Table of Contents

Class ParticleSystem

Namespace
ValveResourceFormat.ResourceTypes
Assembly
ValveResourceFormat.dll

Represents a particle system resource.

public class ParticleSystem : KeyValuesOrNTRO

Inheritance

Inherited Members

Extension Methods

Methods

GetChildParticleNames(bool)

Gets the names of child particles.

public IEnumerable<string> GetChildParticleNames(bool enabledOnly = false)

Parameters

enabledOnly bool

Returns

IEnumerable<string>

GetEmitters()

Gets the emitters in the particle system.

public IEnumerable<KVObject> GetEmitters()

Returns

IEnumerable<KVObject>

GetForceGenerators()

Gets the force generators in the particle system.

public IEnumerable<KVObject> GetForceGenerators()

Returns

IEnumerable<KVObject>

GetInitializers()

Gets the initializers in the particle system.

public IEnumerable<KVObject> GetInitializers()

Returns

IEnumerable<KVObject>

GetOperators()

Gets the operators in the particle system.

public IEnumerable<KVObject> GetOperators()

Returns

IEnumerable<KVObject>

GetPreEmissionOperators()

Gets the pre-emission operators in the particle system.

public IEnumerable<KVObject> GetPreEmissionOperators()

Returns

IEnumerable<KVObject>

GetRenderers()

Gets the renderers in the particle system.

public IEnumerable<KVObject> GetRenderers()

Returns

IEnumerable<KVObject>