MeshRef
type MeshRef = {
value: AssetRef<Mesh>;
submeshIndex: Int32;
shadowCastingMode: UInt8;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:557
Reference to a mesh.
Type declaration
Name | Type | Description |
---|---|---|
value | AssetRef <Mesh > | UUID of the referenced mesh. |
submeshIndex | Int32 | Index of the submesh inside the mesh's submesh array. |
shadowCastingMode | UInt8 | Whether or not this mesh casts shadows. |