Attention
You are reading the latest
(unstable) version of this documentation, which may document features not available
or compatible with Godot 3.x.
Checking the stable version of the documentation...
Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
GLTFSkin¶
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
set_inverse_binds ( Transform3D[] 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!
PackedInt32Array joints = PackedInt32Array()
void set_joints ( PackedInt32Array value )
PackedInt32Array get_joints ( )
There is currently no description for this property. Please help us by contributing one!
PackedInt32Array joints_original = PackedInt32Array()
void set_joints_original ( PackedInt32Array value )
PackedInt32Array get_joints_original ( )
There is currently no description for this property. Please help us by contributing one!
PackedInt32Array non_joints = PackedInt32Array()
void set_non_joints ( PackedInt32Array value )
PackedInt32Array get_non_joints ( )
There is currently no description for this property. Please help us by contributing one!
PackedInt32Array roots = PackedInt32Array()
void set_roots ( PackedInt32Array value )
PackedInt32Array 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¶
Transform3D[] 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 ( Transform3D[] 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!