C# Class PMD.PMDFormat.Vertex

Inheritance: MMD.Format
Afficher le fichier Open project: hecomi/StereoAR-for-Unity

Méthodes publiques

Свойство Type Description
bone_num ushort[]
bone_weight byte
edge_flag byte
normal_vec Vector3
pos Vector3
uv Vector2

Méthodes publiques

Méthode Description
Vertex ( BinaryReader bin )

Method Details

Vertex() public méthode

public Vertex ( BinaryReader bin )
bin BinaryReader

Property Details

bone_num public_oe property

public ushort[] bone_num
Résultat ushort[]

bone_weight public_oe property

public byte bone_weight
Résultat byte

edge_flag public_oe property

public byte edge_flag
Résultat byte

normal_vec public_oe property

public Vector3 normal_vec
Résultat Vector3

pos public_oe property

public Vector3 pos
Résultat Vector3

uv public_oe property

public Vector2 uv
Résultat Vector2