nw::gfx::SceneNode::Description Structure

Syntax

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

Description

Content to configure.

Member Variables

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

Member Functions

Description Constructor.

CONFIDENTIAL