GltfAccessorSparseIndices.ComponentType 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.
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