Class TransformExtensions
Conversion function between a pose and a transform.
Inheritance
TransformExtensions
Assembly: cs.temp.dll.dll
public static class TransformExtensions
Methods
Declaration
public static Pose GetGlobalPose(this Transform transform)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Returns
Declaration
public static Pose GetLocalPose(this Transform transform)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Returns
Declaration
public static void SetGlobalPose(this Transform transform, Pose pose)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Pose |
pose |
|
Declaration
public static void SetLocalPose(this Transform transform, Pose pose)
Parameters
Type |
Name |
Description |
Transform |
transform |
|
Pose |
pose |
|