mesh property
The collection of MeshPrimitive objects that represent the 3D geometry and material properties of this node.
This property is null
if this node does not have any associated geometry or material.
Implementation
Mesh? mesh;
The collection of MeshPrimitive objects that represent the 3D geometry and material properties of this node.
This property is null
if this node does not have any associated geometry or material.
Mesh? mesh;