-
Notifications
You must be signed in to change notification settings - Fork 11
Editor Scripting
Lea Hayes edited this page Oct 3, 2017
·
2 revisions
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.
-
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
Copyright © Rotorz Limited. All rights reserved.