TransformExtensions.SetLocalPositionY
Extension Method in TransformExtensions
Declaration
public static void SetLocalPositionY(this Transform transform, float y)
Description
Sets the local position of the transform in the y-axis.
Parameters
transform | The transform to set the local position of. |
y | The y-axis position to set. |