Show / Hide Table of Contents

Enum SceneState

Namespace: Ladybug.SceneManagement
Assembly: ladybug.dll
Syntax
public enum SceneState : int

Fields

Name Description
ACTIVE

Active Scenes will have both Update() and Draw called each frame.

PAUSED

Paused Scenes will only have Draw() called each frame

SUSPENDED

Suspended Scenes will have neither Update() nor Draw() called each frame.

Back to top Generated by DocFX