FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BaseBinder

    Base class for all binders.

    Inheritance
    Object
    BaseBinder
    BaseActionBinder<T>
    ColorBinder
    DropdownBinder
    InputFieldBinder
    SliderBinder
    SpriteBinder
    TextBinder
    ToggleBinder
    VisibilityBinder
    MediatorCollectionBinder
    ButtonBinder
    PointerBinder
    BaseRefBinder<TRef>
    Implements
    IBinder
    Namespace: FastenUp.Runtime.Binders
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseBinder : MonoBehaviour, IBinder
    Remarks

    This class is provide basic functionality for all binders, like name validation and binding to mediators.

    Properties

    IncludeOwnGameObjectInFind

    Checks if game object of this binder should be included in search for . True by default.

    Declaration
    protected virtual bool IncludeOwnGameObjectInFind { get; }
    Property Value
    Type Description
    Boolean
    Remarks

    To prevent search for in game object of this binder, override this property and return false.

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    Methods

    InvokeOnBinderChanged()

    Declaration
    protected void InvokeOnBinderChanged()

    OnDisable()

    Declaration
    protected virtual void OnDisable()

    OnEnable()

    Declaration
    protected virtual void OnEnable()

    Events

    OnBinderChanged

    Declaration
    public event OnBinderChanged OnBinderChanged
    Event Type
    Type Description
    OnBinderChanged

    Implements

    IBinder
    In This Article
    Back to top Generated by DocFX