Class BaseBindableAction<T>
Base class for bindable actions that provides the ability to invoke the
Namespace: FastenUp.Runtime.Bindables
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseBindableAction<T> : IBindableAction<T>, IBindable where T : UnityEventBase, new()
Type Parameters
Name | Description |
---|---|
T | Type of the argument of the |
Methods
PostBind(IActionBinder<T>)
Declaration
protected abstract void PostBind(IActionBinder<T> actionBinder)
Parameters
Type | Name | Description |
---|---|---|
IActionBinder<T> | actionBinder |
PostUnBind()
Declaration
protected abstract void PostUnBind()