nw::gfx::SceneObject Class

Syntax

class SceneObject : public nw::gfx::GfxObject

Description

Base class for objects in a scene.

Member Constants

S DEFAULT_MAX_CHILDREN const int Maximum number of children when a fixed amount of memory is used.
S DEFAULT_MAX_CALLBACKS const int Maximum number of callbacks when a fixed amount of memory is used.
S MAX_NAME_LENGTH const int Limit on names of scene objects.

Member Variables

NW_UT_RUNTIME_TYPEINFO

Member Functions

Resources
GetResSceneObject Gets the scene object resource.
GetName Gets the name from the resource.
Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.)
Constructors and Destructors
protected SceneObject Constructor.
protected V ~SceneObject Destructor.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::SceneObject


CONFIDENTIAL