C# Class PMD.PMDFormat.Bone

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

Public Properties

Property Type Description
bone_head_pos Vector3
bone_name string
bone_type byte
ik_parent_bone_index ushort
parent_bone_index ushort
tail_pos_bone_index ushort

Public Methods

Method Description
Bone ( BinaryReader bin )

Method Details

Bone() public method

public Bone ( BinaryReader bin )
bin BinaryReader

Property Details

bone_head_pos public_oe property

public Vector3 bone_head_pos
return Vector3

bone_name public_oe property

public string bone_name
return string

bone_type public_oe property

public byte bone_type
return byte

ik_parent_bone_index public_oe property

public ushort ik_parent_bone_index
return ushort

parent_bone_index public_oe property

public ushort parent_bone_index
return ushort

tail_pos_bone_index public_oe property

public ushort tail_pos_bone_index
return ushort