C# 클래스 PMD.PMDFormat.IK

상속: MMD.Format
파일 보기 프로젝트 열기: hecomi/StereoAR-for-Unity

공개 프로퍼티들

프로퍼티 타입 설명
control_weight float
ik_bone_index ushort
ik_chain_length byte
ik_child_bone_index ushort[]
ik_target_bone_index ushort
iterations ushort

공개 메소드들

메소드 설명
IK ( BinaryReader bin )

메소드 상세

IK() 공개 메소드

public IK ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

control_weight 공개적으로 프로퍼티

public float control_weight
리턴 float

ik_bone_index 공개적으로 프로퍼티

public ushort ik_bone_index
리턴 ushort

ik_chain_length 공개적으로 프로퍼티

public byte ik_chain_length
리턴 byte

ik_child_bone_index 공개적으로 프로퍼티

public ushort[] ik_child_bone_index
리턴 ushort[]

ik_target_bone_index 공개적으로 프로퍼티

public ushort ik_target_bone_index
리턴 ushort

iterations 공개적으로 프로퍼티

public ushort iterations
리턴 ushort