PhysicsDirectBodyState¶
Inherits: Object
Inherited By: PhysicsDirectBodyStateSW
Category: Core
Brief Description¶
Member Functions¶
Member Function Description¶
- Vector3 get_angular_velocity ( ) const
- int get_contact_count ( ) const
- Vector3 get_inverse_inertia ( ) const
- float get_inverse_mass ( ) const
- Vector3 get_linear_velocity ( ) const
- PhysicsDirectSpaceState get_space_state ( )
- float get_step ( ) const
- float get_total_angular_damp ( ) const
- Vector3 get_total_gravity ( ) const
- float get_total_linear_damp ( ) const
- Transform get_transform ( ) const
- void integrate_forces ( )
- bool is_sleeping ( ) const
- void set_angular_velocity ( Vector3 velocity )
- void set_linear_velocity ( Vector3 velocity )
- void set_sleep_state ( bool enabled )
- void set_transform ( Transform transform )