FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BaseBindableAction<T>

    Base class for bindable actions that provides the ability to invoke the in the bind Unity components.

    Inheritance
    Object
    BaseBindableAction<T>
    BindableAction
    BindableAction<T>
    Implements
    IBindableAction<T>
    IBindable
    Namespace: FastenUp.Runtime.Bindables
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseBindableAction<T> : IBindableAction<T>, IBindable where T : UnityEventBase, new()
    Type Parameters
    Name Description
    T

    Type of the argument of the

    Methods

    PostBind(IActionBinder<T>)

    Declaration
    protected abstract void PostBind(IActionBinder<T> actionBinder)
    Parameters
    Type Name Description
    IActionBinder<T> actionBinder

    PostUnBind()

    Declaration
    protected abstract void PostUnBind()

    Implements

    IBindableAction<T>
    IBindable
    In This Article
    Back to top Generated by DocFX