FastenUp
Search Results for

    Show / Hide Table of Contents

    Class ColorBinder

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

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

    Methods

    SetValue(Color)

    Sets the value to the binder.

    Declaration
    public void SetValue(Color value)
    Parameters
    Type Name Description
    Color value

    Implements

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