C# Class ME3Explorer.Unreal.PSAFile.PSAPoint

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

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

Méthodes publiques

Méthode Description
PSAPoint ( System.Vector3 v ) : System
PSAPoint ( byte raw, int offset ) : System
PSAPoint ( float _x, float _y, float _z ) : System
ToVector3 ( ) : System.Vector3

Method Details

PSAPoint() public méthode

public PSAPoint ( System.Vector3 v ) : System
v System.Vector3
Résultat System

PSAPoint() public méthode

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

PSAPoint() public méthode

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

ToVector3() public méthode

public ToVector3 ( ) : System.Vector3
Résultat System.Vector3

Property Details

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