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

Structure to represent a public glm::vec3 variable for use in scripts. More...

#include <ScriptComponent.hpp>

Public Attributes

std::string name
 The name of the variable. More...
 
glm::vec3 value
 The value of the variable. More...
 

Detailed Description

Structure to represent a public glm::vec3 variable for use in scripts.

Member Data Documentation

◆ name

std::string shkyera::PublicVec3::name

The name of the variable.

◆ value

glm::vec3 shkyera::PublicVec3::value

The value of the variable.


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