DefaultAsset
DefaultAsset is used for assets that do not have a specific type (yet).
Read time 3 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
- Inherits from: Object
public class DefaultAsset : Object
Remarks
Search for t:DefaultAsset in the project browser to see which assets are of that type.
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |