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
Type | Name |
---|---|
System.Action | onLoaded |
System.Action | onLoading |
Unload(Action, Action)
Declaration
public override void Unload(Action unLoaded = null, Action unLoading = null)
Parameters
Type | Name |
---|---|
System.Action | unLoaded |
System.Action | unLoading |