Table of Contents

Method ScaleByYZ

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

ScaleByYZ(Transform, float, float)

Scale this transform in the Y and Z directions.

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

Parameters

transform Transform
y float
z float

ScaleByYZ(Transform, float)

Scale this transform in the Y and Z directions.

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

Parameters

transform Transform
r float