FastenUp
Search Results for

    Show / Hide Table of Contents

    Class InputFieldBinder

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

    Inheritance
    Object
    BaseBinder
    InputFieldBinder
    Implements
    IValueReceiver<String>
    IValueProvider<String>
    IBinder<String>
    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 class InputFieldBinder : BaseBinder, IValueReceiver<string>, IValueProvider<string>, IBinder<string>, IBinder

    Methods

    GetValue()

    Gets the value from the binder.

    Declaration
    public string GetValue()
    Returns
    Type Description
    String

    The value that was provided by the binder.

    OnDisable()

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

    SetValue(String)

    Sets the value to the binder.

    Declaration
    public void SetValue(string value)
    Parameters
    Type Name Description
    String value

    Implements

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