Class ActionBinder<T>
Binders that provides the ability to invoke the
Inherited Members
Namespace: FastenUp.Runtime.Binders.Actions
Assembly: cs.temp.dll.dll
Syntax
public abstract class ActionBinder<T> : BaseActionBinder<UnityEvent<T>>, IActionBinder<UnityEvent<T>>, IBinder
Type Parameters
Name | Description |
---|---|
T | Type of the argument of the |