C# 클래스 PMD.PMDFormat.Rigidbody

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

공개 프로퍼티들

프로퍼티 타입 설명
pos_pos Vector3
pos_rot Vector3
rigidbody_friction float
rigidbody_group_index byte
rigidbody_group_target ushort
rigidbody_name string
rigidbody_pos_dim float
rigidbody_recoil float
rigidbody_rel_bone_index int
rigidbody_rot_dim float
rigidbody_type byte
rigidbody_weight float
shape_d float
shape_h float
shape_type byte
shape_w float

공개 메소드들

메소드 설명
Rigidbody ( BinaryReader bin )

메소드 상세

Rigidbody() 공개 메소드

public Rigidbody ( BinaryReader bin )
bin BinaryReader

프로퍼티 상세

pos_pos 공개적으로 프로퍼티

public Vector3 pos_pos
리턴 Vector3

pos_rot 공개적으로 프로퍼티

public Vector3 pos_rot
리턴 Vector3

rigidbody_friction 공개적으로 프로퍼티

public float rigidbody_friction
리턴 float

rigidbody_group_index 공개적으로 프로퍼티

public byte rigidbody_group_index
리턴 byte

rigidbody_group_target 공개적으로 프로퍼티

public ushort rigidbody_group_target
리턴 ushort

rigidbody_name 공개적으로 프로퍼티

public string rigidbody_name
리턴 string

rigidbody_pos_dim 공개적으로 프로퍼티

public float rigidbody_pos_dim
리턴 float

rigidbody_recoil 공개적으로 프로퍼티

public float rigidbody_recoil
리턴 float

rigidbody_rel_bone_index 공개적으로 프로퍼티

public int rigidbody_rel_bone_index
리턴 int

rigidbody_rot_dim 공개적으로 프로퍼티

public float rigidbody_rot_dim
리턴 float

rigidbody_type 공개적으로 프로퍼티

public byte rigidbody_type
리턴 byte

rigidbody_weight 공개적으로 프로퍼티

public float rigidbody_weight
리턴 float

shape_d 공개적으로 프로퍼티

public float shape_d
리턴 float

shape_h 공개적으로 프로퍼티

public float shape_h
리턴 float

shape_type 공개적으로 프로퍼티

public byte shape_type
리턴 byte

shape_w 공개적으로 프로퍼티

public float shape_w
리턴 float