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... | |
This structure contains the values for the "variables" of an expression.
An instance of it must be passed to the Evaluate() method.
| ArrayT<float> ExpressionT::SymbolsT::GenFloat |
Generic / general purpose float variables/symbols.
| ArrayT<int> ExpressionT::SymbolsT::GenInt |
Generic / general purpose int variables/symbols.