Attention: Here be dragons (unstable version)
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Redot.
Checking the stable version of the documentation...
GLTFSkin
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Tutorials
Properties
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
set_inverse_binds(inverse_binds: Array[Transform3D]) |
void |
set_joint_i_to_bone_i(joint_i_to_bone_i: Dictionary) |
void |
set_joint_i_to_name(joint_i_to_name: Dictionary) |
Property Descriptions
There is currently no description for this property. Please help us by contributing one!
PackedInt32Array joints = PackedInt32Array()
🔗
void set_joints(value: PackedInt32Array)
PackedInt32Array get_joints()
There is currently no description for this property. Please help us by contributing one!
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.
PackedInt32Array joints_original = PackedInt32Array()
🔗
void set_joints_original(value: PackedInt32Array)
PackedInt32Array get_joints_original()
There is currently no description for this property. Please help us by contributing one!
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.
PackedInt32Array non_joints = PackedInt32Array()
🔗
void set_non_joints(value: PackedInt32Array)
PackedInt32Array get_non_joints()
There is currently no description for this property. Please help us by contributing one!
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.
PackedInt32Array roots = PackedInt32Array()
🔗
void set_roots(value: PackedInt32Array)
PackedInt32Array get_roots()
There is currently no description for this property. Please help us by contributing one!
Note: The returned array is copied and any changes to it will not update the original property value. See PackedInt32Array for more details.
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Array[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(inverse_binds: Array[Transform3D]) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_joint_i_to_bone_i(joint_i_to_bone_i: Dictionary) 🔗
There is currently no description for this method. Please help us by contributing one!
void set_joint_i_to_name(joint_i_to_name: Dictionary) 🔗
There is currently no description for this method. Please help us by contributing one!