FastenUp
Search Results for

    Show / Hide Table of Contents

    Interface IActionBinder<T>

    Implementation of this interface will be bound to an IBindableAction<T>. It provides the ability to invoke the in the bind Unity components.

    Inherited Members
    IBinder.Name
    IBinder.OnBinderChanged
    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 that will be invoked in the bind Unity components.

    Declaration
    T OnAction { get; }
    Property Value
    Type Description
    T
    In This Article
    Back to top Generated by DocFX