Table of Contents

Interface IAssetFilter<T>

Namespace
Glitch9.AIDevKit
public interface IAssetFilter<T> where T : AIAsset

Type Parameters

T

Properties

ApiMask

int ApiMask { get; set; }

Property Value

int

IsEmpty

bool IsEmpty { get; }

Property Value

bool

Methods

GetNoMatchMessage()

string GetNoMatchMessage()

Returns

string

Matches(T)

bool Matches(T data)

Parameters

data T

Returns

bool