FastenUp
Search Results for

    Show / Hide Table of Contents

    Class ToggleBinder

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

    Inheritance
    Object
    BaseBinder
    ToggleBinder
    Implements
    IValueReceiver<Boolean>
    IValueProvider<Boolean>
    IBinder<Boolean>
    IBinder
    Inherited Members
    BaseBinder.Name
    BaseBinder.OnBinderChanged
    BaseBinder.IncludeOwnGameObjectInFind
    BaseBinder.InvokeOnBinderChanged()
    BaseBinder.OnEnable()
    Namespace: FastenUp.Runtime.Binders.Behaviours
    Assembly: cs.temp.dll.dll
    Syntax
    public sealed class ToggleBinder : BaseBinder, IValueReceiver<bool>, IValueProvider<bool>, IBinder<bool>, IBinder

    Methods

    GetValue()

    Gets the value from the binder.

    Declaration
    public bool GetValue()
    Returns
    Type Description
    Boolean

    The value that was provided by the binder.

    OnDisable()

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

    SetValue(Boolean)

    Sets the value to the binder.

    Declaration
    public void SetValue(bool value)
    Parameters
    Type Name Description
    Boolean value

    Implements

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