Skip to main content

NodeBase

The NodeBase class provides an interface for customizing Node behavior. It offers virtual methods to handle Node-related Scene operations.

#include <scene/TellusimNodeBase.h>

Inheritance

  • Inherits from Node

Methods

Clear node.

virtual void clear()

Update node.

virtual void update(SceneManager &manager, Scene &scene)