C# Class ME3Explorer.Unreal.PSKFile.PSKEdge

Show file Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
U float
V float
index System.Int16
material byte
padding1 System.Int16
padding2 System.Int16
reserved byte

Public Methods

Method Description
PSKEdge ( Int16 _index, System.Vector2 _UV, byte _material ) : System
PSKEdge ( Int16 _index, float _U, float _V, byte _material ) : System

Method Details

PSKEdge() public method

public PSKEdge ( Int16 _index, System.Vector2 _UV, byte _material ) : System
_index System.Int16
_UV System.Vector2
_material byte
return System

PSKEdge() public method

public PSKEdge ( Int16 _index, float _U, float _V, byte _material ) : System
_index System.Int16
_U float
_V float
_material byte
return System

Property Details

U public property

public float U
return float

V public property

public float V
return float

index public property

public Int16,System index
return System.Int16

material public property

public byte material
return byte

padding1 public property

public Int16,System padding1
return System.Int16

padding2 public property

public Int16,System padding2
return System.Int16

reserved public property

public byte reserved
return byte