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