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