GetMatrix
GetMatrix(int)
public Matrix4x4 GetMatrix(int nameID) ;
Description
Get the Matrix4x4 value.
Parameters
Parameter Name | Description |
---|---|
nameID | Property name ID |
Returns
Matrix4x4 value
GetMatrix(string)
public Matrix4x4 GetMatrix(string name) ;
Description
Get the Matrix4x4 value.
Parameters
Parameter Name | Description |
---|---|
name | Property name |
Returns
Matrix4x4 value