C# Класс AssemblyCSharp.VectorEx

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

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

Метод Описание
GetPitch ( this v ) : float
GetYaw ( this v ) : float
ReplaceX ( this lhs, float val ) : Vector3
ReplaceY ( this lhs, float val ) : Vector3
ReplaceZ ( this lhs, float val ) : Vector3
RotateX ( this v, float angle ) : void
RotateY ( this v, float angle ) : Vector3
RotateZ ( this v, float angle ) : void

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

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

public static GetPitch ( this v ) : float
v this
Результат float

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

public static GetYaw ( this v ) : float
v this
Результат float

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

public static ReplaceX ( this lhs, float val ) : Vector3
lhs this
val float
Результат UnityEngine.Vector3

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

public static ReplaceY ( this lhs, float val ) : Vector3
lhs this
val float
Результат UnityEngine.Vector3

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

public static ReplaceZ ( this lhs, float val ) : Vector3
lhs this
val float
Результат UnityEngine.Vector3

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

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

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

public static RotateY ( this v, float angle ) : Vector3
v this
angle float
Результат UnityEngine.Vector3

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

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