AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Interface IAIDevKitAssetFilter<T>

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IAIDevKitAssetFilter<T> where T : AIDevKitAsset
    Type Parameters
    Name Description
    T

    Properties

    Api

    Declaration
    AIProvider Api { get; }
    Property Value
    Type Description
    AIProvider

    IsEmpty

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type Description
    bool

    Methods

    Matches(T)

    Declaration
    bool Matches(T data)
    Parameters
    Type Name Description
    T data
    Returns
    Type Description
    bool
    In this article
    Back to top Generated by DocFX