C# Class ME3Explorer.Unreal.PSAFile.PSAQuad

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
w float
x float
y float
z float

Public Methods

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

public PSAQuad ( System.Vector4 v ) : System
v System.Vector4
return System

PSAQuad() public method

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

PSAQuad() public method

public PSAQuad ( float _w, float _x, float _y, float _z ) : System
_w float
_x float
_y float
_z float
return System

ToVector4() public method

public ToVector4 ( ) : System.Vector4
return System.Vector4

Property Details

w public property

public float w
return float

x public property

public float x
return float

y public property

public float y
return float

z public property

public float z
return float