Table of Contents

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
object
ParticleSystem
Implements
Derived
Inherited Members

Properties

Filename

The filename of the XML particle system preset containing detailed settings.

public string? Filename { get; set; }

Property Value

string

Methods

CloneFromTo(ParticleSystem, ParticleSystem)

Copies all members declared by ParticleSystem from one instance to another.

protected static void CloneFromTo(ParticleSystem from, ParticleSystem to)

Parameters

from ParticleSystem
to ParticleSystem

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

See Also