VehicleWheel¶
Inherits: Spatial < Node < Object
Category: Core
Brief Description¶
Member Functions¶
get_damping_compression ( ) const |
|
get_damping_relaxation ( ) const |
|
get_friction_slip ( ) const |
|
get_radius ( ) const |
|
get_roll_influence ( ) const |
|
get_suspension_max_force ( ) const |
|
get_suspension_rest_length ( ) const |
|
get_suspension_stiffness ( ) const |
|
get_suspension_travel ( ) const |
|
is_in_contact ( ) const |
|
is_used_as_steering ( ) const |
|
is_used_as_traction ( ) const |
|
void |
set_damping_compression ( float length ) |
void |
set_damping_relaxation ( float length ) |
void |
set_friction_slip ( float length ) |
void |
set_radius ( float length ) |
void |
set_roll_influence ( float roll_influence ) |
void |
set_suspension_max_force ( float length ) |
void |
set_suspension_rest_length ( float length ) |
void |
set_suspension_stiffness ( float length ) |
void |
set_suspension_travel ( float length ) |
void |
set_use_as_steering ( bool enable ) |
void |
set_use_as_traction ( bool enable ) |
Member Function Description¶
float get_damping_compression ( ) const
float get_damping_relaxation ( ) const
float get_friction_slip ( ) const
float get_radius ( ) const
float get_roll_influence ( ) const
float get_suspension_max_force ( ) const
float get_suspension_rest_length ( ) const
float get_suspension_stiffness ( ) const
float get_suspension_travel ( ) const
bool is_in_contact ( ) const
bool is_used_as_steering ( ) const
bool is_used_as_traction ( ) const
void set_damping_compression ( float length )
void set_damping_relaxation ( float length )
void set_friction_slip ( float length )
void set_radius ( float length )
void set_roll_influence ( float roll_influence )
void set_suspension_max_force ( float length )
void set_suspension_rest_length ( float length )
void set_suspension_stiffness ( float length )
void set_suspension_travel ( float length )
void set_use_as_steering ( bool enable )
void set_use_as_traction ( bool enable )