GltfObject.GetAccessor(Int32) Method
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.
Get an accessor from an accessor index
public:
Microsoft::MixedReality::Toolkit::Utilities::Gltf::Schema::GltfAccessor ^ GetAccessor(int index);
public Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor GetAccessor (int index);
member this.GetAccessor : int -> Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor
Public Function GetAccessor (index As Integer) As GltfAccessor
Parameters
- index
- Int32