My Project
Public Attributes | List of all members
component::cposition_t Struct Reference

A structure representing the position component that holds the position of an entity. More...

#include <CPosition.hpp>

Public Attributes

float x
 position x of the entity More...
 
float y
 position y of the entity More...
 

Detailed Description

A structure representing the position component that holds the position of an entity.

Member Data Documentation

◆ x

float component::cposition_t::x

position x of the entity

Position x.

◆ y

float component::cposition_t::y

position y of the entity

Position y.


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