Skip to main content

Class PrefabLevelBase

Declaration
[Serializable]
public class PrefabLevelBase : LevelBase

Inheritance: System.Object -> MatchinghamGames.GameUtilities.Models.LevelBase

Properties

BehaviourBase

Declaration
public LevelBehaviourBase BehaviourBase { get; set; }

Methods

Load(Action, Action)

Declaration
public override void Load(Action onLoaded = null, Action onLoading = null)
Parameters
TypeName
System.ActiononLoaded
System.ActiononLoading

Unload(Action, Action)

Declaration
public override void Unload(Action unLoaded = null, Action unLoading = null)
Parameters
TypeName
System.ActionunLoaded
System.ActionunLoading