Tramway SDK
Public Member Functions | List of all members
tram::TemplateComponent Class Reference

#include <template.h>

Inheritance diagram for tram::TemplateComponent:
tram::EntityComponent

Public Member Functions

 TemplateComponent ()
 
 ~TemplateComponent ()
 
void Init ()
 
void Start ()
 
void EventHandler (Event &event)
 
- Public Member Functions inherited from tram::EntityComponent
 EntityComponent ()
 
virtual ~EntityComponent ()
 
bool IsReady ()
 
bool IsInit ()
 
EntityGetParent ()
 
void SetParent (Entity *parent)
 

Additional Inherited Members

- Protected Member Functions inherited from tram::EntityComponent
void ResourceReady ()
 
- Protected Attributes inherited from tram::EntityComponent
size_t resources_waiting = 0
 
bool is_ready = false
 
bool is_init = false
 
Entityparent = nullptr
 

Constructor & Destructor Documentation

◆ TemplateComponent()

tram::TemplateComponent::TemplateComponent ( )

◆ ~TemplateComponent()

tram::TemplateComponent::~TemplateComponent ( )

Member Function Documentation

◆ EventHandler()

void tram::TemplateComponent::EventHandler ( Event event)
virtual

Implements tram::EntityComponent.

◆ Init()

void tram::TemplateComponent::Init ( )
virtual

Reimplemented from tram::EntityComponent.

◆ Start()

void tram::TemplateComponent::Start ( )
virtual

Implements tram::EntityComponent.


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