SDLType

Alias to SDLValue.Kind. Represents type of SDLValue.

alias SDLType = sdl.SDLValue.Kind

Examples

node.values[0].kind == SDLType.float_;

Defined types:

Void null_;
string text;
immutable(ubyte)[] binary;
int int_;
long long_;
long[2] decimal;
float float_;
double double_;
bool bool_;
SysTime dateTime;
Date date;
Duration duration;

Meta