Skip to content

ISceneLoop.ActiveLoadTask Property

Definition

Namespace: Brine2D.Engine

The currently in-flight scene load task, or null if no load is active. GameLoop polls this each frame to detect and report faulted loads independently of the deferred-transition mechanism.

System.Threading.Tasks.Task? ActiveLoadTask { get; }

Property Value

System.Threading.Tasks.Task