Class Particles
The particles simulation service.
Inheritance
System.Object
Particles
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public static class Particles : Object
Properties
System
The system for Particles update.
Declaration
[Unmanaged]
public static TaskGraphSystem System { get; }
Property Value
TaskGraphSystem
|