GLTFSkin¶
Inherits: Resource < Reference < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
set_inverse_binds ( Array inverse_binds ) |
void |
set_joint_i_to_bone_i ( Dictionary joint_i_to_bone_i ) |
void |
set_joint_i_to_name ( Dictionary joint_i_to_name ) |
Property Descriptions¶
Skin godot_skin
There is currently no description for this property. Please help us by contributing one!
PoolIntArray joints = PoolIntArray( )
void set_joints ( PoolIntArray value )
PoolIntArray get_joints ( )
There is currently no description for this property. Please help us by contributing one!
PoolIntArray joints_original = PoolIntArray( )
void set_joints_original ( PoolIntArray value )
PoolIntArray get_joints_original ( )
There is currently no description for this property. Please help us by contributing one!
PoolIntArray non_joints = PoolIntArray( )
void set_non_joints ( PoolIntArray value )
PoolIntArray get_non_joints ( )
There is currently no description for this property. Please help us by contributing one!
PoolIntArray roots = PoolIntArray( )
void set_roots ( PoolIntArray value )
PoolIntArray get_roots ( )
There is currently no description for this property. Please help us by contributing one!
int skeleton = -1
There is currently no description for this property. Please help us by contributing one!
int skin_root = -1
There is currently no description for this property. Please help us by contributing one!
Method Descriptions¶
Array get_inverse_binds ( )
There is currently no description for this method. Please help us by contributing one!
Dictionary get_joint_i_to_bone_i ( )
There is currently no description for this method. Please help us by contributing one!
Dictionary get_joint_i_to_name ( )
There is currently no description for this method. Please help us by contributing one!
void set_inverse_binds ( Array inverse_binds )
There is currently no description for this method. Please help us by contributing one!
void set_joint_i_to_bone_i ( Dictionary joint_i_to_bone_i )
There is currently no description for this method. Please help us by contributing one!
void set_joint_i_to_name ( Dictionary joint_i_to_name )
There is currently no description for this method. Please help us by contributing one!