Enum GpuParticles3D.EmitFlags
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum GpuParticles3D.EmitFlags : long
Fields
Color = 8
Particle starts with specified color.
Custom = 16
Particle starts with specified
CUSTOM
data.Position = 1
Particle starts at the specified position.
RotationScale = 2
Particle starts with specified rotation and scale.
Velocity = 4
Particle starts with the specified velocity vector, which defines the emission direction and speed.