nw::gfx::SceneNode::DynamicBuilder Class

Syntax

class DynamicBuilder

Description

Class for building scene nodes dynamically.

The default value for IsFixedSizeMemory is true. Most maximum settings are ignored if changed to false.

Member Functions

DynamicBuilder Constructor.
~DynamicBuilder Destructor.
IsFixedSizeMemory Sets a flag indicating whether memory is to be allocated even other than at time of creation.
MaxChildren Sets the maximum number of children.
MaxCallbacks Sets the maximum number of callbacks that can be managed.
MaxAnimObjectsPerGroup Sets the maximum number of AnimObject's per AnimGroup that can be held by AnimBinding.
IsAnimationEnabled Sets whether animation is possible.
Create Generates a scene node.
GetMemorySize Gets the memory size required at time of creation.

CONFIDENTIAL