-
Notifications
You must be signed in to change notification settings - Fork 0
class_area
reduz edited this page Feb 23, 2014
·
10 revisions
Inherits: CollisionObject\n\n### Brief Description
- void set_space_override_mode" ( int enable )
- int get_space_override_mode" ( ) const
- void set_gravity_is_point" ( bool enable )
- bool is_gravity_a_point" ( ) const
- void set_gravity_vector" ( Vector3 vector )
- Vector3 get_gravity_vector" ( ) const
- void set_gravity" ( real gravity )
- real get_gravity" ( ) const
- void set_density" ( real density )
- real get_density" ( ) const
- void set_priority" ( real priority )
- real get_priority" ( ) const
- void set_enable_monitoring" ( bool enable )
- bool is_monitoring_enabled" ( ) const
- body_enter ( Object body )
- body_enter_shape ( int body_id, Object body, int body_shape, int area_shape )
- body_exit ( Object body )
- body_exit_shape ( int body_id, Object body, int body_shape, int area_shape )