Layer.ParticleSystem - Mtax-Development/GML-OOP GitHub Wiki

Description

Constructs a Particle System Element used to create Particles of any Particle Type onto a Layer.

Specification

Destruction
Elements
Layer.ParticleSystem.destroy()
None

Properties

Name
Type
Default
Modifiable
parent
other
No
ID
{int:particleSystem}
None
No
persistent
false
No
location
Vector2(0, 0)
No
automaticUpdate
true
No
automaticRender
true
No
drawOrder_newerOnTop
true
No
emitterList
List()
No

Construction types

Name
Arguments
New element
persistent? {bool}
Empty
Constructor copy
other {Layer.ParticleSystem}
⚠️ **GitHub.com Fallback** ⚠️