Namespace MatchinghamGames.StockholmCore
Classes
AnimatedView
AnimatedView<TModel>
BaseModel
BaseView
BaseView<TModel>
CloseBehaviour
This behaviour assumes AnimatedView is in hieararchy, i.e. check for parent transform if it cannot find it in transform
Controller
Controllers are supposed to keep action definitions and they are used as a main component in a UserController.
Controller<TView, TModel>
Controllers are supposed to keep action definitions and they are used as a main component in a UserController. It uses a View and a Model attached.
Controller<TView>
Controllers are supposed to keep action definitions and they are used as a main component in a UserController. It uses a View attached.
CurveFadeView
CurveFadeView<TModel>
CurveScaleView
CurveScaleView<TModel>
EmptyView
EmptyView<TModel>
Extensions
FadedView
FadedView<TModel>
LerpFadeView
LerpFadeView<TModel>
LerpScaleView
LerpScaleView<TModel>
LerpView
LerpView<TModel>
OpenBehaviour
This behaviour assumes AnimatedView is in hieararchy, i.e. check for parent transform if it cannot find it in transform
ScaledView
ScaledView<TModel>
StandaloneAnimatedView
StandaloneCurveFadeView
StandaloneCurveScaleView
StandaloneEmptyView
StandaloneFadedView
StandaloneScaledView
Stockholm
View
View<TModel>
Views are all about the opening and closing a certain user control or element. They can be used alone, if methods are accessed someone of course, yet we encourage it to be used in MVC Framework as described in documentation.