Class ParticleSystem
- Namespace
- AlphaFramework.World.Components
- Assembly
- AlphaFramework.World.dll
Represents a particle system (e.g. fire or steam) controlled by an XML preset.
public abstract class ParticleSystem : Render, ICloneable
- Inheritance
-
ParticleSystem
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
Filename
The filename of the XML particle system preset containing detailed settings.
public string? Filename { get; set; }
Property Value
VisibilityDistance
How far this particle system should be visible.
public float VisibilityDistance { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.