Click or drag to resize

ParticlesMaterialOrbitVelocity Property

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

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