C# Class PMD.PMDFormat.SkinList

Inheritance: MMD.Format
Show file Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
skin_count ushort
skin_data SkinData[]

Public Methods

Method Description
SkinList ( BinaryReader bin )

Method Details

SkinList() public method

public SkinList ( BinaryReader bin )
bin BinaryReader

Property Details

skin_count public property

public ushort skin_count
return ushort

skin_data public property

public SkinData[] skin_data
return SkinData[]