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

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

#include <CDirection.hpp>

Public Attributes

int x
 direction in x line of the entity More...
 
int y
 direction in y line of the entity More...
 

Detailed Description

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

Member Data Documentation

◆ x

int component::cdirection_t::x

direction in x line of the entity

Direction x.

◆ y

int component::cdirection_t::y

direction in y line of the entity

Direction y.


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