Skip to main content

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

NameTypeDescription
valueAssetRef<Mesh>UUID of the referenced mesh.
submeshIndexInt32Index of the submesh inside the mesh's submesh array.
shadowCastingModeUInt8Whether or not this mesh casts shadows.