AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
CPUParticles2D
To Subscribe, use this Key
sierra-floor-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description CPU-based 2D particle node used to create a variety of particle systems and effects. See also GPUParticles2D , which pro…
Published
06/07/2024
Properties int amount 8 Curve angle_curve float angle_max 0.0 float angle_…
Published
06/07/2024
Signals finished () Emitted when all active particles have finished processing. When one_shot is disabled, particles will process …
Published
06/07/2024
Enumerations enum DrawOrder : DrawOrder DRAW_ORDER_INDEX = 0 Particles are drawn in the order emitted. Draw…
Published
06/07/2024
Property Descriptions int amount = 8 void set_amount (value: int ) int get_amount () Number of part…
Published
06/07/2024
Method Descriptions void convert_from_particles (particles: Node ) Sets this node's properties to match a given GPUParticles2D…
Status
Last Update
Fields