ecs
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MoveSystem Class Reference
Inheritance diagram for MoveSystem:
ecs::ISystem

Public Member Functions

 MoveSystem ()
 
void update (Registry &r) override
 Pure virtual function executed by all concrete systems.
 
- Public Member Functions inherited from ecs::ISystem
virtual ~ISystem ()=default
 Virtual destructor to allow safe polymorphic destruction.
 

Detailed Description

Examples
TestEcs.cpp.

Constructor & Destructor Documentation

◆ MoveSystem()

MoveSystem::MoveSystem ( )
inline
Examples
TestEcs.cpp.

Member Function Documentation

◆ update()

void MoveSystem::update ( Registry )
inlineoverridevirtual

Pure virtual function executed by all concrete systems.

This function defines the logic a system performs during the update phase.

Parameters
registryReference to the ECS registry.

Implements ecs::ISystem.

Examples
TestEcs.cpp.

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