C# Class PMD.PMDFormat.Rigidbody

剛体
Inheritance: MMD.Format
ファイルを表示 Open project: hecomi/StereoAR-for-Unity

Public Properties

Property Type Description
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

Public Methods

Method Description
Rigidbody ( BinaryReader bin )

Method Details

Rigidbody() public method

public Rigidbody ( BinaryReader bin )
bin BinaryReader

Property Details

pos_pos public_oe property

public Vector3 pos_pos
return Vector3

pos_rot public_oe property

public Vector3 pos_rot
return Vector3

rigidbody_friction public_oe property

public float rigidbody_friction
return float

rigidbody_group_index public_oe property

public byte rigidbody_group_index
return byte

rigidbody_group_target public_oe property

public ushort rigidbody_group_target
return ushort

rigidbody_name public_oe property

public string rigidbody_name
return string

rigidbody_pos_dim public_oe property

public float rigidbody_pos_dim
return float

rigidbody_recoil public_oe property

public float rigidbody_recoil
return float

rigidbody_rel_bone_index public_oe property

public int rigidbody_rel_bone_index
return int

rigidbody_rot_dim public_oe property

public float rigidbody_rot_dim
return float

rigidbody_type public_oe property

public byte rigidbody_type
return byte

rigidbody_weight public_oe property

public float rigidbody_weight
return float

shape_d public_oe property

public float shape_d
return float

shape_h public_oe property

public float shape_h
return float

shape_type public_oe property

public byte shape_type
return byte

shape_w public_oe property

public float shape_w
return float