Table of Contents

Enum Scope

Namespace
Xui.Core.Debug
Assembly
Xui.Core.dll

Identifies the subsystem or category of an instrumentation event.

[Flags]
public enum Scope : uint

Fields

Application = 1

Application lifecycle events (startup, shutdown, window open/close).

Input = 2

Input event processing (pointer, keyboard, touch).

Rendering = 4

Top-level rendering pipeline events.

ViewAnimation = 16

View animation frame callbacks.

ViewArrange = 64

View arrange pass events.

ViewLifecycle = 8

View attach, detach, activate, and deactivate events.

ViewMeasure = 32

View measure pass events.

ViewRendering = 128

View render pass events.

ViewState = 256

View state changes (invalidation, focus, flags).