ver
This commit is contained in:
5
types/Common/AddEntityDrawObject.d.ts
vendored
Normal file
5
types/Common/AddEntityDrawObject.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Object3D } from "three";
|
||||
import { Entity } from "../DatabaseServices/Entity/Entity";
|
||||
import { RenderType } from "../GraphicsSystem/RenderType";
|
||||
export declare function AddEntityDrawObject(obj: Object3D, embedEntity: Entity, renderType?: RenderType): void;
|
||||
//# sourceMappingURL=AddEntityDrawObject.d.ts.map
|
Reference in New Issue
Block a user