TileBaseEditor
Default editor for TileBase assets.
Read time 5 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: Editor
[CustomEditor(typeof(TileBase), true)]public class TileBaseEditor : Editor
Constructors
Constructor | Description |
|---|---|
| TileBaseEditor() | Default editor for TileBase assets. |
Methods
Method | Description |
|---|---|
| RenderStaticPreview | Creates a texture preview for rendering the TileBase asset preview. |
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. |