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...
Skin¶
Inherits: Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
void |
add_bind ( int bone, Transform3D pose ) |
void |
add_named_bind ( String name, Transform3D pose ) |
void |
clear_binds ( ) |
get_bind_bone ( int bind_index ) const |
|
get_bind_count ( ) const |
|
get_bind_name ( int bind_index ) const |
|
get_bind_pose ( int bind_index ) const |
|
void |
set_bind_bone ( int bind_index, int bone ) |
void |
set_bind_count ( int bind_count ) |
void |
set_bind_name ( int bind_index, StringName name ) |
void |
set_bind_pose ( int bind_index, Transform3D pose ) |
Method Descriptions¶
void add_bind ( int bone, Transform3D pose )
There is currently no description for this method. Please help us by contributing one!
void add_named_bind ( String name, Transform3D pose )
There is currently no description for this method. Please help us by contributing one!
void clear_binds ( )
There is currently no description for this method. Please help us by contributing one!
int get_bind_bone ( int bind_index ) const
There is currently no description for this method. Please help us by contributing one!
int get_bind_count ( ) const
There is currently no description for this method. Please help us by contributing one!
StringName get_bind_name ( int bind_index ) const
There is currently no description for this method. Please help us by contributing one!
Transform3D get_bind_pose ( int bind_index ) const
There is currently no description for this method. Please help us by contributing one!
void set_bind_bone ( int bind_index, int bone )
There is currently no description for this method. Please help us by contributing one!
void set_bind_count ( int bind_count )
There is currently no description for this method. Please help us by contributing one!
void set_bind_name ( int bind_index, StringName name )
There is currently no description for this method. Please help us by contributing one!
void set_bind_pose ( int bind_index, Transform3D pose )
There is currently no description for this method. Please help us by contributing one!