GPUParticles2D
Inherits: Node2D < CanvasItem < Node < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
capture_rect ( ) const |
|
void |
convert_from_particles ( Node particles ) |
void |
emit_particle ( Transform2D xform, Vector2 velocity, Color color, Color custom, int flags ) |
void |
restart ( ) |
Signals
finished ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum DrawOrder:
DrawOrder DRAW_ORDER_INDEX = 0
There is currently no description for this enum. Please help us by contributing one!
DrawOrder DRAW_ORDER_LIFETIME = 1
There is currently no description for this enum. Please help us by contributing one!
DrawOrder DRAW_ORDER_REVERSE_LIFETIME = 2
There is currently no description for this enum. Please help us by contributing one!
enum EmitFlags:
EmitFlags EMIT_FLAG_POSITION = 1
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_ROTATION_SCALE = 2
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_VELOCITY = 4
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_COLOR = 8
There is currently no description for this enum. Please help us by contributing one!
EmitFlags EMIT_FLAG_CUSTOM = 16
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
int amount = 8
There is currently no description for this property. Please help us by contributing one!
float amount_ratio = 1.0
There is currently no description for this property. Please help us by contributing one!
float collision_base_size = 1.0
There is currently no description for this property. Please help us by contributing one!
DrawOrder draw_order = 1
There is currently no description for this property. Please help us by contributing one!
bool emitting = true
There is currently no description for this property. Please help us by contributing one!
float explosiveness = 0.0
There is currently no description for this property. Please help us by contributing one!
int fixed_fps = 30
There is currently no description for this property. Please help us by contributing one!
bool fract_delta = true
There is currently no description for this property. Please help us by contributing one!
float interp_to_end = 0.0
There is currently no description for this property. Please help us by contributing one!
bool interpolate = true
There is currently no description for this property. Please help us by contributing one!
float lifetime = 1.0
There is currently no description for this property. Please help us by contributing one!
bool local_coords = false
There is currently no description for this property. Please help us by contributing one!
bool one_shot = false
There is currently no description for this property. Please help us by contributing one!
float preprocess = 0.0
There is currently no description for this property. Please help us by contributing one!
Material process_material
There is currently no description for this property. Please help us by contributing one!
float randomness = 0.0
There is currently no description for this property. Please help us by contributing one!
float speed_scale = 1.0
There is currently no description for this property. Please help us by contributing one!
NodePath sub_emitter = NodePath("")
There is currently no description for this property. Please help us by contributing one!
Texture2D texture
There is currently no description for this property. Please help us by contributing one!
bool trail_enabled = false
There is currently no description for this property. Please help us by contributing one!
float trail_lifetime = 0.3
There is currently no description for this property. Please help us by contributing one!
int trail_section_subdivisions = 4
There is currently no description for this property. Please help us by contributing one!
int trail_sections = 8
There is currently no description for this property. Please help us by contributing one!
Rect2 visibility_rect = Rect2(-100, -100, 200, 200)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Rect2 capture_rect ( ) const
There is currently no description for this method. Please help us by contributing one!
void convert_from_particles ( Node particles )
There is currently no description for this method. Please help us by contributing one!
void emit_particle ( Transform2D xform, Vector2 velocity, Color color, Color custom, int flags )
There is currently no description for this method. Please help us by contributing one!
void restart ( )
There is currently no description for this method. Please help us by contributing one!