C# Class PMD.PMDFormat.SkinVertexData

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

Méthodes publiques

Свойство Type Description
skin_vert_index uint
skin_vert_pos Vector3

Méthodes publiques

Méthode Description
SkinVertexData ( BinaryReader bin )

Method Details

SkinVertexData() public méthode

public SkinVertexData ( BinaryReader bin )
bin BinaryReader

Property Details

skin_vert_index public_oe property

public uint skin_vert_index
Résultat uint

skin_vert_pos public_oe property

public Vector3 skin_vert_pos
Résultat Vector3