Antkeeper  0.0.1
Public Member Functions | List of all members
subterrain_system Class Reference

#include <subterrain-system.hpp>

Inheritance diagram for subterrain_system:
updatable_system

Public Member Functions

 subterrain_system (entity::registry &registry, ::resource_manager *resource_manager)
 
 ~subterrain_system ()
 
virtual void update (float t, float dt)
 Perform's a system's update() function. More...
 
- Public Member Functions inherited from updatable_system
 updatable_system (entity::registry &registry)
 Creates an updatable system. More...
 

Additional Inherited Members

- Protected Attributes inherited from updatable_system
entity::registryregistry
 Registry on which the system operate. More...
 

Detailed Description

Definition at line 26 of file subterrain-system.hpp.

Constructor & Destructor Documentation

◆ subterrain_system()

subterrain_system::subterrain_system ( entity::registry registry,
::resource_manager resource_manager 
)

Definition at line 22 of file subterrain-system.cpp.

◆ ~subterrain_system()

subterrain_system::~subterrain_system ( )

Definition at line 26 of file subterrain-system.cpp.

Member Function Documentation

◆ update()

void subterrain_system::update ( float  t,
float  dt 
)
virtual

Perform's a system's update() function.

Parameters
tTotal elapsed time, in seconds.
dtDelta time, in seconds.

Implements updatable_system.

Definition at line 29 of file subterrain-system.cpp.


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