C# 클래스 PMD.PMDFormat.Bone

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

공개 프로퍼티들

프로퍼티 타입 설명
bone_head_pos Vector3
bone_name string
bone_type byte
ik_parent_bone_index ushort
parent_bone_index ushort
tail_pos_bone_index ushort

공개 메소드들

메소드 설명
Bone ( BinaryReader bin )

메소드 상세

Bone() 공개 메소드

public Bone ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

bone_head_pos 공개적으로 프로퍼티

public Vector3 bone_head_pos
리턴 Vector3

bone_name 공개적으로 프로퍼티

public string bone_name
리턴 string

bone_type 공개적으로 프로퍼티

public byte bone_type
리턴 byte

ik_parent_bone_index 공개적으로 프로퍼티

public ushort ik_parent_bone_index
리턴 ushort

parent_bone_index 공개적으로 프로퍼티

public ushort parent_bone_index
리턴 ushort

tail_pos_bone_index 공개적으로 프로퍼티

public ushort tail_pos_bone_index
리턴 ushort