-
Notifications
You must be signed in to change notification settings - Fork 0
class_particleattractor2d
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Node2D\n\n
- void ** set_enabled ** ( bool enabled )
- bool ** is_enabled ** ( ) const
- void ** set_radius ** ( real radius )
- real ** get_radius ** ( ) const
- void ** set_disable_radius ** ( real radius )
- real ** get_disable_radius ** ( ) const
- void ** set_gravity ** ( real gravity )
- real ** get_gravity ** ( ) const
- void ** set_absorption ** ( real absorption )
- real ** get_absorption ** ( ) const
- void ** set_particles_path ** ( NodePath path )
- NodePath ** get_particles_path ** ( ) const