C# Class PMD.PMDFormat.SkinList

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

Méthodes publiques

Свойство Type Description
skin_count ushort
skin_data SkinData[]

Méthodes publiques

Méthode Description
SkinList ( BinaryReader bin )

Method Details

SkinList() public méthode

public SkinList ( BinaryReader bin )
bin BinaryReader

Property Details

skin_count public_oe property

public ushort skin_count
Résultat ushort

skin_data public_oe property

public SkinData[] skin_data
Résultat SkinData[]