Skin¶
Inherits: Resource < Reference < Object
There is currently no description for this class. Please help us by contributing one!
Methods¶
void |
|
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, String name ) |
void |
set_bind_pose ( int bind_index, Transform pose ) |
Method Descriptions¶
void add_bind ( int bone, Transform 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!
String get_bind_name ( int bind_index ) const
There is currently no description for this method. Please help us by contributing one!
Transform 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, String name )
There is currently no description for this method. Please help us by contributing one!
void set_bind_pose ( int bind_index, Transform pose )
There is currently no description for this method. Please help us by contributing one!