Skip to main content

Class DemoWinView

Declaration
public class DemoWinView : AnimatedView<DemoWinModel>, IAnimatedView

Inheritance: System.Object -> MatchinghamGames.StockholmCore.View -> MatchinghamGames.StockholmCore.View<TModel> -> MatchinghamGames.StockholmCore.BaseView<TModel> -> MatchinghamGames.StockholmCore.AnimatedView<TModel>

Implements:
MatchinghamGames.StockholmCore.IAnimatedView

Fields

CurrentGoldText

Declaration
public Text CurrentGoldText

TitleText

Declaration
public Text TitleText

subviews

Declaration
public View[] subviews

Methods

AddHandlers()

Declaration
protected override void AddHandlers()

RemoveHandlers()

Declaration
protected override void RemoveHandlers()

Events

OnCloseClick

Declaration
public event UnityAction OnCloseClick
Event Type

Global.UnityAction

Implements