C# Класс Assets.Scripts.Utils.TransformEx

Показать файл Открыть проект

Открытые методы

Метод Описание
IncLocalX ( this transform, float dx ) : void
IncLocalY ( this transform, float dy ) : void
IncLocalZ ( this transform, float dz ) : void
Position2 ( this transform ) : Vector2
SetLocalX ( this transform, float x ) : void
SetLocalXY ( this transform, float x, float y ) : void
SetLocalXYZ ( this transform, float x, float y, float z ) : void
SetLocalY ( this transform, float y ) : void
SetLocalZ ( this transform, float z ) : void
SetRotation ( this transform, float angle ) : void
SetScaleX ( this transform, float scaleX ) : void
SetScaleY ( this transform, float scaleY ) : void
SetScaleZ ( this transform, float scaleZ ) : void
SetX ( this transform, float x ) : void
SetXY ( this transform, float x, float y ) : void
SetXYZ ( this transform, float x, float y, float z ) : void
SetY ( this transform, float y ) : void
SetZ ( this transform, float z ) : void

Описание методов

IncLocalX() публичный статический Метод

public static IncLocalX ( this transform, float dx ) : void
transform this
dx float
Результат void

IncLocalY() публичный статический Метод

public static IncLocalY ( this transform, float dy ) : void
transform this
dy float
Результат void

IncLocalZ() публичный статический Метод

public static IncLocalZ ( this transform, float dz ) : void
transform this
dz float
Результат void

Position2() публичный статический Метод

public static Position2 ( this transform ) : Vector2
transform this
Результат UnityEngine.Vector2

SetLocalX() публичный статический Метод

public static SetLocalX ( this transform, float x ) : void
transform this
x float
Результат void

SetLocalXY() публичный статический Метод

public static SetLocalXY ( this transform, float x, float y ) : void
transform this
x float
y float
Результат void

SetLocalXYZ() публичный статический Метод

public static SetLocalXYZ ( this transform, float x, float y, float z ) : void
transform this
x float
y float
z float
Результат void

SetLocalY() публичный статический Метод

public static SetLocalY ( this transform, float y ) : void
transform this
y float
Результат void

SetLocalZ() публичный статический Метод

public static SetLocalZ ( this transform, float z ) : void
transform this
z float
Результат void

SetRotation() публичный статический Метод

public static SetRotation ( this transform, float angle ) : void
transform this
angle float
Результат void

SetScaleX() публичный статический Метод

public static SetScaleX ( this transform, float scaleX ) : void
transform this
scaleX float
Результат void

SetScaleY() публичный статический Метод

public static SetScaleY ( this transform, float scaleY ) : void
transform this
scaleY float
Результат void

SetScaleZ() публичный статический Метод

public static SetScaleZ ( this transform, float scaleZ ) : void
transform this
scaleZ float
Результат void

SetX() публичный статический Метод

public static SetX ( this transform, float x ) : void
transform this
x float
Результат void

SetXY() публичный статический Метод

public static SetXY ( this transform, float x, float y ) : void
transform this
x float
y float
Результат void

SetXYZ() публичный статический Метод

public static SetXYZ ( this transform, float x, float y, float z ) : void
transform this
x float
y float
z float
Результат void

SetY() публичный статический Метод

public static SetY ( this transform, float y ) : void
transform this
y float
Результат void

SetZ() публичный статический Метод

public static SetZ ( this transform, float z ) : void
transform this
z float
Результат void