1#ifndef OE_SCENE_COMPONENT_NODE_H
2#define OE_SCENE_COMPONENT_NODE_H
23 oe::component::EntityComponent<
Node>(entity)
Component bound to a specific entity.
Definition component.h:80
Scene manager.
Definition manager.h:21
Parent class of components that can be bound to a Node.
Definition node.h:15
Manager & getSceneManager() const noexcept
Get scene manager of the node bound to this component.
NodeComponent(Node &entity)
Constructor.
Definition node.h:22
Node & getNode() const noexcept
Get node bound to this component.
Scene related management (Render-agnostic Geometry, Manger, etc...)
Definition debug.h:19
Oxygen Engine common namespace.
Definition cursor.h:8