Class TilesetImporterEditor
This class manages the UI frontend for the TilesetImporter. It adds buttons and functionality to import basic models into a Tileset asset.
Inheritance
System.Object
TilesetImporterEditor
Namespace: CarbideFunction.Wildtile.Editor
Syntax
public class TilesetImporterEditor : UnityEditor.Editor
Methods
Import(TilesetImporter)
Declaration
public static void Import(TilesetImporter importerTarget)
Parameters
Type | Name | Description |
---|---|---|
TilesetImporter | importerTarget |
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()