Skip to main content

Class BaseView

Declaration
public abstract class BaseView : View

Inheritance: System.Object -> MatchinghamGames.StockholmCore.View

Derived:
MatchinghamGames.StockholmCore.AnimatedView, MatchinghamGames.StockholmCore.EmptyView, MatchinghamGames.StockholmCore.LerpView

Properties

InputLock

Declaration
public bool InputLock { set; }

BgLock

Declaration
public bool BgLock { set; }

ContentEnabled

Declaration
public bool ContentEnabled { set; }

Fields

ContentRoot

Declaration
protected GameObject ContentRoot

Methods

Awake()

Declaration
protected virtual void Awake()

Reset()

Declaration
protected virtual void Reset()

OnValidate()

Declaration
protected virtual void OnValidate()

ValidateForegroundLock()

Declaration
public void ValidateForegroundLock()

OnOpenComplete()

Declaration
protected void OnOpenComplete()

OnCloseComplete()

Declaration
protected void OnCloseComplete()