Contains(string)
Check if an AssetBundle contains a specific object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AssetBundleModule
public bool Contains(string name)
Parameters
Returns
Type | Description |
|---|---|
| bool |
Remarks
Returns true if an Asset referred to by name is contained in the AssetBundle, false otherwise.