AI DevKit
Search Results for

    Show / Hide Table of Contents

    Interface IApiAssetFilter<T>

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

    Properties

    Api

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

    IsEmpty

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

    Methods

    GetNoMatchMessage()

    Declaration
    string GetNoMatchMessage()
    Returns
    Type Description
    string

    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