nw::demo::ParticleEffect Class

Syntax

class ParticleEffect

Description

Particle set for a single expression.

Member Functions

Initialization/Shutdown
S Create Creates a ParticleEffect class.
Destroy Destroys a ParticleEffect class.
Setup Sets up the resource set.
Register Registers nodes with the specified names as management targets from among the resources.
ParticleEffect Constructor.
~ParticleEffect Destructor.
Generating/Destroying
LeaseInstance Generates nodes.
ReleaseInstance Releases nodes.
Get
GetActiveEffect Gets an effect being leased by index.
ResetParticle Initializes nodes.
Instance Pool
GetPoolSize Gets the total number of instances already allocated including those being leased.
GetFreeSize Gets the number of free instances not being leased.
GetActiveSize Gets the number of instances being leased.
AddPool Newly pools the specified number of instances.
FreePool Destroys all instances other than those being leased.

CONFIDENTIAL