Interface IActionBinder<T>
Implementation of this interface will be bound to an IBindableAction<T>.
It provides the ability to invoke the
Namespace: FastenUp.Runtime.Binders.Actions
Assembly: cs.temp.dll.dll
Syntax
public interface IActionBinder<out T> : IBinder where T : UnityEventBase, new()
Type Parameters
Name | Description |
---|---|
T | Type of the event, must be a subclass of |
Properties
OnAction
The
Declaration
T OnAction { get; }
Property Value
Type | Description |
---|---|
T |