C# Class ME3Explorer.Unreal.PSKFile.PSKFace

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
auxmaterial byte
material byte
smoothgroup int
v0 int
v1 int
v2 int

Méthodes publiques

Méthode Description
PSKFace ( int _v0, int _v1, int _v2, byte _material ) : System

Method Details

PSKFace() public méthode

public PSKFace ( int _v0, int _v1, int _v2, byte _material ) : System
_v0 int
_v1 int
_v2 int
_material byte
Résultat System

Property Details

auxmaterial public_oe property

public byte auxmaterial
Résultat byte

material public_oe property

public byte material
Résultat byte

smoothgroup public_oe property

public int smoothgroup
Résultat int

v0 public_oe property

public int v0
Résultat int

v1 public_oe property

public int v1
Résultat int

v2 public_oe property

public int v2
Résultat int