Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
GLTFSkin¶
继承: Resource < RefCounted < Object
目前没有这个类的描述。请帮我们贡献一个!
教程¶
属性¶
|
||
|
||
|
||
|
||
|
||
|
方法¶
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 ) |
属性说明¶
Skin godot_skin
目前没有这个属性的描述。请帮我们贡献一个!
PackedInt32Array joints = PackedInt32Array()
void set_joints ( PackedInt32Array value )
PackedInt32Array get_joints ( )
目前没有这个属性的描述。请帮我们贡献一个!
PackedInt32Array joints_original = PackedInt32Array()
void set_joints_original ( PackedInt32Array value )
PackedInt32Array get_joints_original ( )
目前没有这个属性的描述。请帮我们贡献一个!
PackedInt32Array non_joints = PackedInt32Array()
void set_non_joints ( PackedInt32Array value )
PackedInt32Array get_non_joints ( )
目前没有这个属性的描述。请帮我们贡献一个!
PackedInt32Array roots = PackedInt32Array()
void set_roots ( PackedInt32Array value )
PackedInt32Array get_roots ( )
目前没有这个属性的描述。请帮我们贡献一个!
int skeleton = -1
目前没有这个属性的描述。请帮我们贡献一个!
int skin_root = -1
目前没有这个属性的描述。请帮我们贡献一个!
方法说明¶
Transform3D[] get_inverse_binds ( )
目前没有这个方法的描述。请帮我们贡献一个!
Dictionary get_joint_i_to_bone_i ( )
目前没有这个方法的描述。请帮我们贡献一个!
Dictionary get_joint_i_to_name ( )
目前没有这个方法的描述。请帮我们贡献一个!
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 )
目前没有这个方法的描述。请帮我们贡献一个!