Table of Contents

Interface ITagComparer

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Tag Comaparer

public interface ITagComparer

Methods

IsInclude(string, string)

Whether the source tag is included in the target tag

bool IsInclude(string source, string target)

Parameters

source string

AssetBundles Tag

target string

Requested Tag

Returns

bool

true if the tag is included, false otherwise