Class LerpFadeView
Declaration
public abstract class LerpFadeView : LerpView
Inheritance: System.Object
-> MatchinghamGames.StockholmCore.View -> MatchinghamGames.StockholmCore.BaseView -> MatchinghamGames.StockholmCore.LerpView
Derived:
MatchinghamGames.StockholmCore.CurveFadeView, MatchinghamGames.StockholmCore.FadedView
Methods
OnValidate()
Declaration
protected override void OnValidate()
SetOpen(float)
Set Animation state evaluating above.
Declaration
protected override void SetOpen(float lerp)
Parameters
Type | Name |
---|---|
System.Single | lerp |
SetClose(float)
Set Animation state evaluating above.
Declaration
protected override void SetClose(float lerp)
Parameters
Type | Name |
---|---|
System.Single | lerp |