Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
position
Particle starts at the specified position.
GPUParticles2D.swift:44case position
Other cases
case rotationScale
Particle starts with specified rotation and scale.
case velocity
Particle starts with the specified velocity vector, which defines the emission direction and speed.
case color
Particle starts with specified color.
case custom
Particle starts with specified
CUSTOM
data.