C# Class PMD.PMDFormat.IK

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

Public Properties

Property Type Description
control_weight float
ik_bone_index ushort
ik_chain_length byte
ik_child_bone_index ushort[]
ik_target_bone_index ushort
iterations ushort

Public Methods

Method Description
IK ( BinaryReader bin )

Method Details

IK() public method

public IK ( BinaryReader bin )
bin BinaryReader

Property Details

control_weight public property

public float control_weight
return float

ik_bone_index public property

public ushort ik_bone_index
return ushort

ik_chain_length public property

public byte ik_chain_length
return byte

ik_child_bone_index public property

public ushort[] ik_child_bone_index
return ushort[]

ik_target_bone_index public property

public ushort ik_target_bone_index
return ushort

iterations public property

public ushort iterations
return ushort