Euphoria
eu::files::game::Component Struct Reference

#include <game.h>

Public Attributes

std::optional< vec2fposition
 
std::optional< Spritesprite
 
std::optional< Customcustom
 

Detailed Description

Definition at line 40 of file game.h.

Member Data Documentation

◆ custom

std::optional<Custom> eu::files::game::Component::custom

Definition at line 45 of file game.h.

◆ position

std::optional<vec2f> eu::files::game::Component::position

Definition at line 43 of file game.h.

◆ sprite

std::optional<Sprite> eu::files::game::Component::sprite

Definition at line 44 of file game.h.


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