Skip to content

Editor Scripting

Lea Hayes edited this page Oct 3, 2017 · 2 revisions

Home

The editor API allows you to extend and alter the functionality by creating your own tools, brush creation interfaces, brush designer interfaces and more!

This section of the user guide provides some basic information regarding custom editor scripting. Take a look at the API editor reference for further information.


< Previous Page | Next Page >


Child Topics:

  • Custom Tools
    You can implement your very own tools for interacting with tile systems which are shown alongside the provided tools in the Tools palette. For consistency we recommend that custom tools should only interact with the active tile system.

Source: topics/Editor-Scripting.md

Clone this wiki locally