GltfMesh.primitives Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of primitives, each defining geometry to be rendered with a material. 1
public: cli::array <Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMeshPrimitive ^> ^ primitives;
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMeshPrimitive[] primitives;
val mutable primitives : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMeshPrimitive[]
Public primitives As GltfMeshPrimitive()