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