MeshRef
@3dverse/livelink / Components / MeshRef
Type Alias: MeshRef
MeshRef:
object
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:519
Reference to a mesh.
Type declaration
value
UUID of the referenced mesh.
submeshIndex
submeshIndex:
Int32
Index of the submesh inside the mesh's submesh array.
Default Value
0;
shadowCastingMode
shadowCastingMode:
UInt8
Whether or not this mesh casts shadows.
Default Value
1;