|
Enfusion Script API
|
Script definition class for World Editor Tool. More...
Public Member Functions | |
| void | OnKeyPressEvent (KeyCode key, bool isAutoRepeat) |
| void | OnKeyReleaseEvent (KeyCode key, bool isAutoRepeat) |
| void | OnEnterEvent () |
| void | OnLeaveEvent () |
| void | OnMouseMoveEvent (float x, float y) |
| void | OnMouseDoubleClickEvent (float x, float y, WETMouseButtonFlag buttons) |
| void | OnMousePressEvent (float x, float y, WETMouseButtonFlag buttons) |
| void | OnMouseReleaseEvent (float x, float y, WETMouseButtonFlag buttons) |
| void | OnWheelEvent (int delta) |
| void | OnActivate () |
| void | OnDeActivate () |
| void | OnAfterLoadWorld () |
| void | OnBeforeUnloadWorld () |
Public Member Functions inherited from Managed | |
| proto external ref Managed | Clone () |
| Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Static Public Member Functions | |
| static proto bool | GetModifierKeyState (ModifierKey key) |
key is of type ModifierKey | |
| static proto void | UpdatePropertyPanel () |
Public Attributes | |
| WorldEditorAPI | m_API |
Script definition class for World Editor Tool.
|
static |
key is of type ModifierKey
| void WorldEditorTool.OnActivate | ( | ) |
Implemented in BakeMlodTool, MeasureTool, and TerrainExportTool.
| void WorldEditorTool.OnAfterLoadWorld | ( | ) |
| void WorldEditorTool.OnBeforeUnloadWorld | ( | ) |
| void WorldEditorTool.OnDeActivate | ( | ) |
Implemented in MeasureTool, and TerrainExportTool.
| void WorldEditorTool.OnEnterEvent | ( | ) |
Implemented in MeasureTool.
| void WorldEditorTool.OnLeaveEvent | ( | ) |
| void WorldEditorTool.OnMouseDoubleClickEvent | ( | float | x, |
| float | y, | ||
| WETMouseButtonFlag | buttons ) |
Implemented in MeasureTool, and TerrainExportTool.
| void WorldEditorTool.OnMousePressEvent | ( | float | x, |
| float | y, | ||
| WETMouseButtonFlag | buttons ) |
Implemented in MeasureTool, and TerrainExportTool.
| void WorldEditorTool.OnMouseReleaseEvent | ( | float | x, |
| float | y, | ||
| WETMouseButtonFlag | buttons ) |
| void WorldEditorTool.OnWheelEvent | ( | int | delta | ) |
|
static |
| WorldEditorAPI WorldEditorTool.m_API |