Click or drag to resize

CPUParticlesOrbitVelocity Property

Orbital velocity applied to each particle. Makes the particles circle around origin in the local XY plane. Specified in number of full rotations around origin per second.

This property is only available when FlagDisableZ is true.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float OrbitVelocity { get; set; }

Property Value

Type: Single
See Also