Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::PositionComponent Struct Reference

ECS component: entity world-space position. More...

#include <PositionComponent.h>

+ Collaboration diagram for Olympe::PositionComponent:

Public Attributes

::Vector Position
 World-space position of the entity.
 

Detailed Description

ECS component: entity world-space position.

Definition at line 25 of file PositionComponent.h.

Member Data Documentation

◆ Position

::Vector Olympe::PositionComponent::Position

World-space position of the entity.

Definition at line 28 of file PositionComponent.h.


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