NcEngine
nc::ComponentBase Class Reference

Optional base class for components. More...

#include <Component.h>

Inheritance diagram for nc::ComponentBase:
nc::AudioSource nc::FrameLogic nc::FreeComponent nc::Transform nc::Camera nc::SceneNavigationCamera

Public Member Functions

 ComponentBase (Entity entity) noexcept
 
 ComponentBase (const ComponentBase &)=delete
 
 ComponentBase (ComponentBase &&)=default
 
ComponentBaseoperator= (const ComponentBase &)=delete
 
ComponentBaseoperator= (ComponentBase &&)=default
 
Entity ParentEntity () const noexcept
 

Detailed Description

Optional base class for components.

This is the conventional interface used by engine components for providing access to their parent Entity. Note that Registry::GetParent() can find this value for any component, so types only need to derive from this if they want faster Entity retrieval.


The documentation for this class was generated from the following file: