C# Class PMD.PMDFormat.BoneNameList

Inheritance: MMD.Format
显示文件 Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
bone_disp_name_count byte
disp_name string[]

Public Methods

Method Description
BoneNameList ( BinaryReader bin )

Method Details

BoneNameList() public method

public BoneNameList ( BinaryReader bin )
bin BinaryReader

Property Details

bone_disp_name_count public_oe property

public byte bone_disp_name_count
return byte

disp_name public_oe property

public string[] disp_name
return string[]