AssetBundle.Contains
Contains(name: string): bool;
bool Contains(string name);
def Contains(name as string) as bool
Description

Check if an AssetBundle contains a specific object.

Returns true if an object referred to by name is contained in the AssetBundle, false otherwise.