Shkyera Engine
Easy to use, game engine for Python
shkyera::PublicFloat Struct Reference

Structure to represent a public float variable for use in scripts. More...

#include <ScriptComponent.hpp>

Public Attributes

std::string name
 The name of the variable. More...
 
float value
 The value of the variable. More...
 

Detailed Description

Structure to represent a public float variable for use in scripts.

Member Data Documentation

◆ name

std::string shkyera::PublicFloat::name

The name of the variable.

◆ value

float shkyera::PublicFloat::value

The value of the variable.


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