Method SetPivotOnly
SetPivotOnly(uint, Matrix4)
Set the pivot of an occurrence to the given transformation matrix, the geometry will not be moved (warning: do not confuse with property Transform which actually move the occurrence)
Declaration
public void SetPivotOnly(uint occurrence, Matrix4 pivot)
Parameters
Type | Name | Description |
---|---|---|
uint | occurrence | The occurrence to move the pivot |
Matrix4 | pivot | The new transformation matrix for the occurrence (pivot) |