GltfMeshPrimitive.Attributes Property
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.
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