Interface IStageRoot
Domain intention for the root of a stage prefab. Exposes stage identity and tuning parameters as pure domain types. Unity implementations are MonoBehaviours placed on the stage prefab root. Does NOT own wave data — waves are owned by WaveSet/WaveService.
Namespace: Serenity.Stage.Domain.Interfaces
Assembly: Serenity.Stage.Domain.dll
Syntax
public interface IStageRoot
Properties
StageId
Unique identifier for this stage.
Declaration
StageId StageId { get; }
Property Value
| Type | Description |
|---|---|
| StageId |