Enum GlobalRuntimeMode
Namespace: Ludiq.Bolt
Syntax
public enum GlobalRuntimeMode
Fields
| Name | Description |
|---|---|
| Generated | Graphs are run from their generated C# scripts for optimal performance. |
| Live | Graphs are run from optimized reflection memory for live editing and in-depth debugging. |