Skip to content

SceneBase.Name Property

Definition

Namespace: Brine2D.Engine

Gets the display name of this scene. Defaults to the class name. Override to provide a custom name for logging, debug overlays, or save/load systems.

public virtual string Name { get; }

Property Value

System.String