Search Results for

    Show / Hide Table of Contents

    Class ObjectReferenceLoader

    Inheritance
    object
    ObjectReferenceLoader
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public static class ObjectReferenceLoader

    Fields

    | Edit this page View Source

    Registry

    Declaration
    public static readonly Dictionary<ObjectReferenceType, IObjectReferenceLoader> Registry
    Field Value
    Type Description
    Dictionary<ObjectReferenceType, IObjectReferenceLoader>

    Methods

    | Edit this page View Source

    LoadAsync<T>(ObjectReference, CancellationToken)

    Declaration
    public static UniTask<T> LoadAsync<T>(this ObjectReference r, CancellationToken ct = default) where T : Object
    Parameters
    Type Name Description
    ObjectReference r
    CancellationToken ct
    Returns
    Type Description
    UniTask<T>
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation