Enum SceneState
Lists possible states a Scene can be in, which determine its Update and Draw behavior
Namespace: Ladybug
Assembly: ladybug.dll
Syntax
public enum SceneState
Fields
Name | Description |
---|---|
ACTIVE | Active Scenes will have both |
PAUSED | Paused Scenes will only have |
SUSPENDED | Suspended Scenes will have neither |