GltfConversions.GetMatrix4X4Value(Double[]) 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 Matrix from double array
public:
[System::Runtime::CompilerServices::Extension]
static UnityEngine::Matrix4x4 GetMatrix4X4Value(cli::array <double> ^ matrixArray);
public static UnityEngine.Matrix4x4 GetMatrix4X4Value (this double[] matrixArray);
static member GetMatrix4X4Value : double[] -> UnityEngine.Matrix4x4
<Extension()>
Public Function GetMatrix4X4Value (matrixArray As Double()) As Matrix4x4
Parameters
- matrixArray
- Double[]
Returns
- UnityEngine.Matrix4x4