TileEditor
Default editor for Tile assets.
Read time 5 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: TileBaseEditor
[CustomEditor(typeof(Tile))]public class TileEditor : TileBaseEditor
Methods
Method | Description |
|---|---|
| OnInspectorGUI | Draws the default Tile Inspector GUI. |
| RenderStaticPreview | Creates a texture preview for rendering the Tile 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. |