Search Results for

    Show / Hide Table of Contents

    Interface IAssetCell

    Namespace: Glitch9.AIDevKit.Sheets
    Assembly: Glitch9.AIDevKit.Sheets.dll
    Syntax
    public interface IAssetCell

    Methods

    | Edit this page View Source

    GetAssetType()

    Declaration
    Type GetAssetType()
    Returns
    Type Description
    Type
    | Edit this page View Source

    GetObjectReference()

    Declaration
    ObjectReference GetObjectReference()
    Returns
    Type Description
    ObjectReference
    | Edit this page View Source

    LoadAssetAsync()

    Declaration
    UniTask<Object> LoadAssetAsync()
    Returns
    Type Description
    UniTask<Object>
    | Edit this page View Source

    SetObjectReference(ObjectReference)

    Declaration
    void SetObjectReference(ObjectReference objectReference)
    Parameters
    Type Name Description
    ObjectReference objectReference

    Extension Methods

    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