TransformExtensions.Reset
Extension Method in TransformExtensions
Declaration
public static void Reset(this Transform transform)
Description
Resets the position, rotation, and scale of the transform.
Parameters
transform | The transform to reset. |
public static void Reset(this Transform transform)
Resets the position, rotation, and scale of the transform.
transform | The transform to reset. |