GltfConversions.GetIntArray(GltfAccessor, Boolean) 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 Int array from accessor
public static int[] GetIntArray (this Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor accessor, bool flipFaces = true);
static member GetIntArray : Microsoft.MixedReality.Toolkit.Utilities.Gltf.Schema.GltfAccessor * bool -> int[]
<Extension()>
Public Function GetIntArray (accessor As GltfAccessor, Optional flipFaces As Boolean = true) As Integer()
Parameters
- accessor
- GltfAccessor
- flipFaces
- Boolean
Returns
- Int32[]