AssetDatabase.Containsstatic function Contains (obj : Object) : boolstatic function Contains (instanceID : int) : boolDescriptionIs object an asset? Returns true when an object is an asset (corresponds to a file in the Assets folder), and false if it is not (for example object in the scene, or an object created at runtime). |
