SetMatrix
SetMatrix(int, Matrix4x4)
public void SetMatrix(int nameID, Matrix4x4 value) ;
Description
Set the Matrix4x4 value.
Parameters
Parameter Name | Description |
---|---|
nameID | Property name ID |
value | Value |
SetMatrix(string, Matrix4x4)
public void SetMatrix(string name, Matrix4x4 value) ;
Description
Set the Matrix4x4 value.
Parameters
Parameter Name | Description |
---|---|
name | Property name |
value | Value |