nw::gfx::SceneNode::Description Structure

Syntax

struct Description
{
   bool isFixedSizeMemory;
   s32 maxCallbacks;
   s32 maxChildren;
   s32 maxAnimObjectsPerGroup;
   bool isAnimationEnabled;
};

Description

Content to configure.

Member Variables

isFixedSizeMemory Flag that allocates a fixed amount of memory first.
maxCallbacks Maximum number of callbacks that can be managed.
maxChildren Maximum number of children.
maxAnimObjectsPerGroup The maximum number of AnimObject's per AnimGroup held by AnimBinding.
isAnimationEnabled Flag indicating if animation is enabled.

Member Functions

Description Constructor.

CONFIDENTIAL