Class StageRoot
Root MonoBehaviour for a stage prefab. Place on the prefab root to define
stage identity and gameplay tuning parameters.
Implements IStageRoot for Domain-level consumption.
Assembly: Serenity.UnityStage.Infrastructure.dll
Syntax
public class StageRoot : MonoBehaviour, IStageRoot
Constructors
StageRoot()
Declaration
Fields
stageId
Declaration
Field Value
Properties
StageId
Declaration
public StageId StageId { get; }
Property Value
Methods
OnValidate()
Declaration
protected void OnValidate()
Implements