Skip to main content

Class LerpFadeView<TModel>

Declaration
public abstract class LerpFadeView<TModel> : LerpView<TModel> where TModel : BaseModel, new()

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

Derived:
MatchinghamGames.StockholmCore.CurveFadeView<TModel>, MatchinghamGames.StockholmCore.FadedView<TModel>

Methods

OnValidate()

Declaration
protected override void OnValidate()

SetOpen(float)

Set Animation state evaluating above.

Declaration
protected override void SetOpen(float lerp)
Parameters
TypeName
System.Singlelerp

SetClose(float)

Set Animation state evaluating above.

Declaration
protected override void SetClose(float lerp)
Parameters
TypeName
System.Singlelerp