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