Table of Contents

Method ScaleByXYZ

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ScaleByXYZ(Transform, float, float, float)

Scale this transform in the X, Y and Z directions.

public static void ScaleByXYZ(this Transform transform, float x, float y, float z)

Parameters

transform Transform
x float
y float
z float

ScaleByXYZ(Transform, float)

Scale this transform in the X, Y and Z directions.

public static void ScaleByXYZ(this Transform transform, float r)

Parameters

transform Transform
r float