FastenUp
Search Results for

    Show / Hide Table of Contents

    Class BaseRefBinder<TRef>

    Inheritance
    Object
    BaseBinder
    BaseRefBinder<TRef>
    MediatorRefBinder
    Implements
    IRefBinder
    IBinder
    Inherited Members
    BaseBinder.Name
    BaseBinder.OnBinderChanged
    BaseBinder.IncludeOwnGameObjectInFind
    BaseBinder.InvokeOnBinderChanged()
    BaseBinder.OnEnable()
    BaseBinder.OnDisable()
    Namespace: FastenUp.Runtime.Binders.References
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseRefBinder<TRef> : BaseBinder, IRefBinder, IBinder
    Type Parameters
    Name Description
    TRef

    Methods

    TryGetReference<T>(out T)

    Tries to get the reference of type T from the binder.

    Declaration
    public bool TryGetReference<T>(out T reference)
    Parameters
    Type Name Description
    T reference

    The reference of type T if found, otherwise null.

    Returns
    Type Description
    Boolean

    True if the reference was found, otherwise false.

    Type Parameters
    Name Description
    T

    Type of the reference

    Implements

    IRefBinder
    IBinder
    In This Article
    Back to top Generated by DocFX