Event Editor
(NOTE) Allows Ui customization for Tools. This will be sent on the Tool every time it is activated.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| NeedsPropertyGrid | event | ||
| Parent | |||
| SelectTool | 
Properties
NeedsPropertyGrid : boolean
Whether or not to force show the tools window when switched to this tool.
var NeedsPropertyGrid : Boolean
Parent : composite
read-only
Getters / setters.
var Parent : Composite
SelectTool : cog
read-only
Easy access to the Select Tool. It's commonly used in other Tools (such as ray casting).
var SelectTool : Cog