Namespace FastenUp.Runtime.Binders.Actions
Classes
ActionBinder
Binders that provides the ability to invoke the
ActionBinder<T>
Binders that provides the ability to invoke the
BaseActionBinder<T>
Base class for all action binders.
BooleanActionBinder
ActionBinder<T> for Boolean type.
FloatActionBinder
ActionBinder<T> for Single type.
IntActionBinder
ActionBinder<T> for Int32 type.
Interfaces
IActionBinder<T>
Implementation of this interface will be bound to an IBindableAction<T>.
It provides the ability to invoke the