Cafu Engine
ExpressionT::SymbolsT Struct Reference

This structure contains the values for the "variables" of an expression. More...

#include "Expression.hpp"

Public Attributes

float Time
 
float AmbientLightColor [3]
 
ArrayT< float > GenFloat
 Generic / general purpose float variables/symbols. More...
 
ArrayT< int > GenInt
 Generic / general purpose int variables/symbols. More...
 

Detailed Description

This structure contains the values for the "variables" of an expression.

An instance of it must be passed to the Evaluate() method.

Member Data Documentation

ArrayT<float> ExpressionT::SymbolsT::GenFloat

Generic / general purpose float variables/symbols.

ArrayT<int> ExpressionT::SymbolsT::GenInt

Generic / general purpose int variables/symbols.


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