C# Class ME3Explorer.Unreal.PSKFile.PSKEdge

Exibir arquivo 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_oe property

public float U
return float

V public_oe property

public float V
return float

index public_oe property

public Int16,System index
return System.Int16

material public_oe property

public byte material
return byte

padding1 public_oe property

public Int16,System padding1
return System.Int16

padding2 public_oe property

public Int16,System padding2
return System.Int16

reserved public_oe property

public byte reserved
return byte