Table of Contents

Class DefaultTagComparer

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Default Tag Comparer

public class DefaultTagComparer : ITagComparer
Inheritance
DefaultTagComparer
Implements
Inherited Members

Methods

IsInclude(string, string)

Whether the source tag is included in the target tag

public 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