nw::gfx::ParticleSet::Description Structurestruct Description : public nw::gfx::SceneNode::Description { int maxInitializers; int maxUpdaters; bool isFixedSizeMemory; s32 maxCallbacks; s32 maxChildren; s32 maxAnimObjectsPerGroup; bool isAnimationEnabled; };
Content to configure.
maxInitializers
|
Number of ParticleInitializer buffers. |
|
|---|---|---|
maxUpdaters
|
Number of ParticleUpdater buffers. |
|
isFixedSizeMemory
|
Flag that allocates a fixed amount of memory first.(Inherited from Description) | |
maxCallbacks
|
Maximum number of callbacks that can be managed.(Inherited from Description) | |
| maxChildren | Maximum number of children.(Inherited from Description) | |
| maxAnimObjectsPerGroup | The maximum number of AnimObject's per AnimGroup held by AnimBinding.(Inherited from Description) | |
| isAnimationEnabled | Flag indicating if animation is enabled.(Inherited from Description) |
Description
|
Constructor. |
|---|
nw::gfx::SceneNode::Description
nw::gfx::ParticleSet::Description
CONFIDENTIAL