Class TileSetImporterEditor
Editor for a TileSetImporter
Inherited Members
Namespace: UnityEditor .Tilemaps
Assembly: Unity.2D.Tilemap.Editor.dll
Syntax
[CustomEditor(typeof(TileSetImporter))]
public class TileSetImporterEditor : Editor
Methods
CreateInspectorGUI()
Creates VisualElements for the Inspector GUI of a TileSetImporter.
Declaration
public override VisualElement CreateInspectorGUI()
Returns
Type | Description |
---|---|
Visual |
Root VisualElement for the Inspector GUI of a TileSetImporter |