Method SetTransform
SetTransform(Matrix4x4, Transform)
Sets the local transform matrix on the given Unity Transform given a Matrix4x4.
Declaration
public static void SetTransform(Matrix4x4 localXf, Transform transform)
Parameters
Type | Name | Description |
---|---|---|
Matrix4x4 | localXf | |
Transform | transform |