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