C# Class ME3Explorer.Unreal.PSAFile.PSAPoint

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
x float
y float
z float

Public Methods

Method 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 method

public PSAPoint ( System.Vector3 v ) : System
v System.Vector3
return System

PSAPoint() public method

public PSAPoint ( byte raw, int offset ) : System
raw byte
offset int
return System

PSAPoint() public method

public PSAPoint ( float _x, float _y, float _z ) : System
_x float
_y float
_z float
return System

ToVector3() public method

public ToVector3 ( ) : System.Vector3
return System.Vector3

Property Details

x public property

public float x
return float

y public property

public float y
return float

z public property

public float z
return float