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