Search Results for

    Show / Hide Table of Contents

    Class ObjectReference

    Inheritance
    object
    ObjectReference
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    [Serializable]
    public sealed class ObjectReference

    Constructors

    | Edit this page View Source

    ObjectReference()

    Declaration
    public ObjectReference()

    Properties

    | Edit this page View Source

    AssetName

    Declaration
    public string AssetName { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DirectObject

    Declaration
    public Object DirectObject { get; }
    Property Value
    Type Description
    Object
    | Edit this page View Source

    IsAddressables

    Declaration
    public bool IsAddressables { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsDirectReference

    Declaration
    public bool IsDirectReference { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IsUrl

    Declaration
    public bool IsUrl { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ReferenceId

    Reference identifier (GUID, Addressables key, URL, etc.)

    Declaration
    public string ReferenceId { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReferenceType

    Declaration
    public ObjectReferenceType ReferenceType { get; }
    Property Value
    Type Description
    ObjectReferenceType

    Extension Methods

    ObjectReferenceLoader.LoadAsync<T>(ObjectReference, CancellationToken)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation