FastenUp
Search Results for

    Show / Hide Table of Contents

    Class ActionBinder<T>

    Binders that provides the ability to invoke the in the bind Unity components through the BindableAction<T>

    Inheritance
    Object
    BaseBinder
    BaseActionBinder<UnityEvent<T>>
    ActionBinder<T>
    BooleanActionBinder
    FloatActionBinder
    IntActionBinder
    Implements
    IActionBinder<UnityEvent<T>>
    IBinder
    Inherited Members
    BaseActionBinder<UnityEvent<T>>.OnAction
    BaseBinder.Name
    BaseBinder.OnBinderChanged
    BaseBinder.IncludeOwnGameObjectInFind
    BaseBinder.InvokeOnBinderChanged()
    BaseBinder.OnEnable()
    BaseBinder.OnDisable()
    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

    Implements

    IActionBinder<T>
    IBinder
    In This Article
    Back to top Generated by DocFX