Enum VisualShaderNodeParticleAccelerator.ModeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeParticleAccelerator.ModeEnum : long
Fields
Linear = 0
The particles will be accelerated based on their velocity.
Max = 3
Represents the size of the VisualShaderNodeParticleAccelerator.ModeEnum enum.
Radial = 1
The particles will be accelerated towards or away from the center.
Tangential = 2
The particles will be accelerated tangentially to the radius vector from center to their position.