C# Class AssemblyCSharp.VectorEx

Afficher le fichier Open project: wooga/ps_social_jam

Méthodes publiques

Méthode Description
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

Method Details

GetPitch() public static méthode

public static GetPitch ( this v ) : float
v this
Résultat float

GetYaw() public static méthode

public static GetYaw ( this v ) : float
v this
Résultat float

ReplaceX() public static méthode

public static ReplaceX ( this lhs, float val ) : Vector3
lhs this
val float
Résultat UnityEngine.Vector3

ReplaceY() public static méthode

public static ReplaceY ( this lhs, float val ) : Vector3
lhs this
val float
Résultat UnityEngine.Vector3

ReplaceZ() public static méthode

public static ReplaceZ ( this lhs, float val ) : Vector3
lhs this
val float
Résultat UnityEngine.Vector3

RotateX() public static méthode

public static RotateX ( this v, float angle ) : void
v this
angle float
Résultat void

RotateY() public static méthode

public static RotateY ( this v, float angle ) : Vector3
v this
angle float
Résultat UnityEngine.Vector3

RotateZ() public static méthode

public static RotateZ ( this v, float angle ) : void
v this
angle float
Résultat void