FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BindableAction

    Bindable action that provides the ability to invoke the in the bind Unity components.

    Inheritance
    Object
    BaseBindableAction<UnityEvent>
    BindableAction
    Implements
    IBindableAction<UnityEvent>
    IBindable
    Namespace: FastenUp.Runtime.Bindables
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class BindableAction : BaseBindableAction<UnityEvent>, IBindableAction<UnityEvent>, IBindable

    Methods

    Invoke()

    Declaration
    public void Invoke()

    PostBind(IActionBinder<UnityEvent>)

    Declaration
    protected override void PostBind(IActionBinder<UnityEvent> actionBinder)
    Parameters
    Type Name Description
    IActionBinder<UnityEvent> actionBinder
    Overrides
    FastenUp.Runtime.Bindables.BaseBindableAction<UnityEvent>.PostBind(IActionBinder<UnityEvent>)

    PostUnBind()

    Declaration
    protected override void PostUnBind()
    Overrides
    FastenUp.Runtime.Bindables.BaseBindableAction<UnityEvent>.PostUnBind()

    Implements

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