C# Class ME3Explorer.Unreal.PSAFile.PSAQuad

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
w float
x float
y float
z float

Méthodes publiques

Méthode Description
PSAQuad ( System.Vector4 v ) : System
PSAQuad ( byte raw, int offset ) : System
PSAQuad ( float _w, float _x, float _y, float _z ) : System
ToVector4 ( ) : System.Vector4

Method Details

PSAQuad() public méthode

public PSAQuad ( System.Vector4 v ) : System
v System.Vector4
Résultat System

PSAQuad() public méthode

public PSAQuad ( byte raw, int offset ) : System
raw byte
offset int
Résultat System

PSAQuad() public méthode

public PSAQuad ( float _w, float _x, float _y, float _z ) : System
_w float
_x float
_y float
_z float
Résultat System

ToVector4() public méthode

public ToVector4 ( ) : System.Vector4
Résultat System.Vector4

Property Details

w public_oe property

public float w
Résultat float

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float

z public_oe property

public float z
Résultat float