Skip to content

SceneBase.OnEnter() Method

Definition

Namespace: Brine2D.Engine

Called when entering the scene \(after loading, before first update\). Use this to initialize scene state, start music, or perform any one-time setup. Called on the main thread.

C#
protected internal virtual void OnEnter();