FastenUp
Search Results for

    Show / Hide Table of Contents

    Class ButtonBinder

    The one-way IBinder binds a value to the component with field.

    Inheritance
    Object
    BaseBinder
    ButtonBinder
    Implements
    IEventBinder<UnityAction>
    IBinder
    Inherited Members
    BaseBinder.Name
    BaseBinder.OnBinderChanged
    BaseBinder.IncludeOwnGameObjectInFind
    BaseBinder.InvokeOnBinderChanged()
    BaseBinder.OnEnable()
    Namespace: FastenUp.Runtime.Binders.Events
    Assembly: cs.temp.dll.dll
    Syntax
    public class ButtonBinder : BaseBinder, IEventBinder<UnityAction>, IBinder

    Methods

    AddListener(UnityAction)

    Declaration
    public void AddListener(UnityAction action)
    Parameters
    Type Name Description
    UnityAction action

    OnDisable()

    Declaration
    protected override void OnDisable()
    Overrides
    BaseBinder.OnDisable()

    RemoveListener(UnityAction)

    Declaration
    public void RemoveListener(UnityAction action)
    Parameters
    Type Name Description
    UnityAction action

    Implements

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