nw::gfx::SceneNode::Description Structurestruct Description
{
bool isFixedSizeMemory;
s32 maxCallbacks;
s32 maxChildren;
s32 maxAnimObjectsPerGroup;
bool isAnimationEnabled;
};
Content to configure.
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. |
Description
|
Constructor. |
|---|
CONFIDENTIAL