InverseKinematics¶
Inherits: Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
get_bone_name ( ) const |
|
get_chain_size ( ) const |
|
get_iterations ( ) const |
|
get_precision ( ) const |
|
get_speed ( ) const |
|
void |
set_bone_name ( String ik_bone ) |
void |
set_chain_size ( int chain_size ) |
void |
set_iterations ( int iterations ) |
void |
set_precision ( float precision ) |
void |
Member Function Description¶
String get_bone_name ( ) const
int get_chain_size ( ) const
int get_iterations ( ) const
float get_precision ( ) const
float get_speed ( ) const
void set_bone_name ( String ik_bone )
void set_chain_size ( int chain_size )
void set_iterations ( int iterations )
void set_precision ( float precision )
void set_speed ( float speed )