nw::gfx::ParticleModel::Description Structure

Syntax

struct Description : public nw::gfx::Model::Description
{
   uint particleSetCount;
   bit32 bufferOption;
   Model * sharedMaterialModel;
   bool isFixedSizeMemory;
   s32 maxCallbacks;
   s32 maxChildren;
   s32 maxAnimObjectsPerGroup;
   bool isAnimationEnabled;
};

Description

Content to configure.

Member Variables

particleSetCount
bufferOption Options for the buffer(s) to generate.(Inherited from Description)
sharedMaterialModel The model including the original shared material.(Inherited from Description)
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)

Member Functions

Description Constructor.

Inheritance Hierarchy

nw::gfx::SceneNode::Description
  nw::gfx::TransformNode::Description
    nw::gfx::Model::Description
      nw::gfx::ParticleModel::Description


CONFIDENTIAL