Class GLTFSkin
- Inheritance
-
GLTFSkin
See Also
Properties
godot_skin
Property Value
- Skin
joints
var joints : PackedInt32Array = PackedInt32Array()
Property Value
- PackedInt32Array
joints_original
var joints_original : PackedInt32Array = PackedInt32Array()
Property Value
- PackedInt32Array
non_joints
var non_joints : PackedInt32Array = PackedInt32Array()
Property Value
- PackedInt32Array
roots
var roots : PackedInt32Array = PackedInt32Array()
Property Value
- PackedInt32Array
skeleton
Property Value
- int
skin_root
Property Value
- int
Methods
get_inverse_binds
Transform3D[] get_inverse_binds
get_joint_i_to_bone_i
Dictionary get_joint_i_to_bone_i
get_joint_i_to_name
Dictionary get_joint_i_to_name
void set_inverse_binds(Transform3D[] inverse_binds)
Parameters
inverse_binds
Transform3D[]
set_joint_i_to_bone_i(Dictionary)
void set_joint_i_to_bone_i(Dictionary joint_i_to_bone_i)
Parameters
joint_i_to_bone_i
Dictionary
set_joint_i_to_name(Dictionary)
void set_joint_i_to_name(Dictionary joint_i_to_name)
Parameters
joint_i_to_name
Dictionary