Table of Contents

Method ScaleByXZ

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ScaleByXZ(Transform, float, float)

Scale this transform in the X, Z directions.

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

Parameters

transform Transform
x float
z float

ScaleByXZ(Transform, float)

Scale this transform in the X and Z directions.

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

Parameters

transform Transform
r float