CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ Contains() [2/2]

static Boolean Contains ( Object instance)
static

Tests if the asset is in the database.

Parameters
instanceInstance to test.
Returns
Returns true if the asset is imported. Returns false if the asset is not in the database, or if obj is null.
See also