GltfConversions.GetVector3Value(Single[], 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 from float array
public static UnityEngine.Vector3 GetVector3Value (this float[] vector3Array, bool convert = true);
static member GetVector3Value : single[] * bool -> UnityEngine.Vector3
<Extension()>
Public Function GetVector3Value (vector3Array As Single(), Optional convert As Boolean = true) As Vector3
Parameters
- vector3Array
- Single[]
- convert
- Boolean
Returns
- UnityEngine.Vector3