|
Kemena3D
|
A graph-scope variable, emitted as an AngelScript global. More...
#include <kscriptgraph.h>
Public Attributes | |
| kString | name |
| Identifier (must be a valid AngelScript name). | |
| float | defValue = 0.0f |
| Initial value. | |
A graph-scope variable, emitted as an AngelScript global.
v1 supports float variables only; this keeps generated code type-sound without per-node pin retyping.
| float kemena::kScriptGraphVar::defValue = 0.0f |
Initial value.
| kString kemena::kScriptGraphVar::name |
Identifier (must be a valid AngelScript name).