NcEngine
nc::FreeComponent Class Reference

Base class for free components. More...

#include <Component.h>

Inheritance diagram for nc::FreeComponent:
nc::ComponentBase nc::Camera nc::SceneNavigationCamera

Public Member Functions

 FreeComponent (Entity entity) noexcept
 
- Public Member Functions inherited from nc::ComponentBase
 ComponentBase (Entity entity) noexcept
 
 ComponentBase (const ComponentBase &)=delete
 
 ComponentBase (ComponentBase &&)=default
 
ComponentBaseoperator= (const ComponentBase &)=delete
 
ComponentBaseoperator= (ComponentBase &&)=default
 
Entity ParentEntity () const noexcept
 

Detailed Description

Base class for free components.

User-defined free components should derive from this to avoid creating distinct pools for each type. They do not need to be registered.


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