C# Class ME3Explorer.Unreal.PSKFile.PSKFace

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
auxmaterial byte
material byte
smoothgroup int
v0 int
v1 int
v2 int

Public Methods

Method Description
PSKFace ( int _v0, int _v1, int _v2, byte _material ) : System

Method Details

PSKFace() public method

public PSKFace ( int _v0, int _v1, int _v2, byte _material ) : System
_v0 int
_v1 int
_v2 int
_material byte
return System

Property Details

auxmaterial public_oe property

public byte auxmaterial
return byte

material public_oe property

public byte material
return byte

smoothgroup public_oe property

public int smoothgroup
return int

v0 public_oe property

public int v0
return int

v1 public_oe property

public int v1
return int

v2 public_oe property

public int v2
return int