class ParticleLoader

Particle loader class.

File location: framework/cauldron/framework/inc/core/loaders/particleloader.h

Construction

Return type

Description

Constructor with default behavior.

Methods

Return type

Description

void

LoadAsync (void* pLoadParams)
Loads a single instance of “ParticleSpawnerDesc“ asynchronously.

void

LoadMultipleAsync (void* pLoadParams)
Loads multiple instances of “ParticleSpawnerDesc“ asynchronously.

Detailed description

Particle loader class. Handles asynchronous particle system loading.

Construction

ParticleLoader

Copied!

ParticleLoader ()

Constructor with default behavior.


Methods

LoadAsync

Copied!

virtual void LoadAsync (void* pLoadParams)

Loads a single instance of ParticleSpawnerDesc asynchronously.


LoadMultipleAsync

Copied!

virtual void LoadMultipleAsync (void* pLoadParams)

Loads multiple instances of ParticleSpawnerDesc asynchronously.