Method SetLocalMatrix
SetLocalMatrix(uint, Matrix4)
change the local matrix on an occurrence
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetLocalMatrix(uint occurrence, Matrix4 matrix)
Parameters
Type | Name | Description |
---|---|---|
uint | occurrence | Occurrence to set the local matrix |
Matrix4 | matrix | The new occurrence local matrix |