Class Qkmaxware::Rendering::Scene

Class List > Qkmaxware > Rendering > Scene

Scene for object management

Inherits the following classes: IEnumerable< SceneNode >

Public Functions

Type Name
void Add (SceneNode node)
Add a node to the scene graph's root level
IEnumerator< SceneNode > GetEnumerator ()
void Remove (SceneNode node)
Remove a node from the scene graph's root level

Public Functions Documentation

function Add

inline void Qkmaxware::Rendering::Scene::Add (
    SceneNode node
) 

Parameters:

  • node node to add

function GetEnumerator [1/2]

inline IEnumerator< SceneNode > Qkmaxware::Rendering::Scene::GetEnumerator () 

function Remove

inline void Qkmaxware::Rendering::Scene::Remove (
    SceneNode node
) 

Parameters:

  • node node to remove

The documentation for this class was generated from the following file Render/src/Scene.cs