GltfAccessorSparseIndices.ComponentType Property

Definition

The indices data type. Valid values correspond to WebGL enums: 5121 (UNSIGNED_BYTE) 5123 (UNSIGNED_SHORT) 5125 (UNSIGNED_INT)

public:
 property Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfComponentType ComponentType { Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfComponentType get(); void set(Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfComponentType value); };
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfComponentType ComponentType { get; set; }
member this.ComponentType : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfComponentType with get, set
Public Property ComponentType As GltfComponentType

Property Value

GltfComponentType

Applies to