Class BaseActionBinder<T>
Base class for all action binders.
Inherited Members
Namespace: FastenUp.Runtime.Binders.Actions
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseActionBinder<T> : BaseBinder, IActionBinder<T>, IBinder where T : UnityEventBase, new()
Type Parameters
Name | Description |
---|---|
T | Type of the event, must be a subclass of |
Properties
OnAction
The
Declaration
public T OnAction { get; }
Property Value
Type | Description |
---|---|
T |