Used to setup CSS properties, units etc.
Static Public Member Functions | |
static void | Now () |
Sets up the spark engine by scanning "this" assembly for units, properties etc. More... | |
static void | Reset () |
Clears all the buffers so you can safely call any of the start methods again. More... | |
static void | AddToScanner (Modular.AssemblyScanner scanner) |
Adds all the type checkers to the given scanner. They basically automatically find CSS properties, units etc in assemblies. More... | |
Properties | |
static bool | Started [get] |
True if Spark has been started for at least one module. More... | |
|
inlinestatic |
Adds all the type checkers to the given scanner. They basically automatically find CSS properties, units etc in assemblies.
|
inlinestatic |
Sets up the spark engine by scanning "this" assembly for units, properties etc.
|
inlinestatic |
Clears all the buffers so you can safely call any of the start methods again.
|
staticget |
True if Spark has been started for at least one module.