GltfMeshPrimitive.Attributes Property

Definition

A dictionary object, where each key corresponds to mesh attribute semantic and each value is the index of the accessor containing attribute's data.

public:
 property Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMeshPrimitiveAttributes ^ Attributes { Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfMeshPrimitiveAttributes ^ get(); };
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMeshPrimitiveAttributes Attributes { get; }
member this.Attributes : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfMeshPrimitiveAttributes
Public ReadOnly Property Attributes As GltfMeshPrimitiveAttributes

Property Value

GltfMeshPrimitiveAttributes

Applies to