Skip to content

Scene.World Property

Definition

Namespace: Brine2D.Engine

Entity world for this scene. Available from OnLoadAsync onwards. Virtual to allow test doubles to substitute a lightweight world without a real ECS setup.

protected internal virtual Brine2D.ECS.IEntityWorld World { protected internal get; internal set; }

Property Value

IEntityWorld