Method ApplyTransformation
ApplyTransformation(uint, Matrix4)
apply a transformation to the local matrix of an occurrence
Declaration
[HandleProcessCorruptedStateExceptions]
public void ApplyTransformation(uint occurrence, Matrix4 matrix)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | occurrence | Occurrence to apply the matrix on  | 
    
| Matrix4 | matrix | Transformation to matrix  |