Project Zomboid Lua Docs 29123
Unofficial documentation for Project Zomboid's Lua
Loading...
Searching...
No Matches
TileGeometryEditor_GizmoTool_Rotate Class Reference
Inheritance diagram for TileGeometryEditor_GizmoTool_Rotate:
TileGeometryEditor_GizmoTool TileGeometryEditor_Tool ISBaseObject

Public Member Functions

void onGizmoStart ()
void onGizmoChanged (number delta)
void onGizmoAccept ()
void onGizmoCancel ()
number clampAngle (number degrees)
 TileGeometryEditor_GizmoTool_Rotate (TileGeometryEditor editor)
Public Member Functions inherited from TileGeometryEditor_GizmoTool
void onMouseDown (number x, number y)
void onMouseMove (number dx, number dy)
void onMouseUp (number x, number y)
void onRightMouseDown (number x, number y)
void onGizmoStart ()
void onGizmoChanged (number delta)
void onGizmoAccept ()
void onGizmoCancel ()
 TileGeometryEditor_GizmoTool (TileGeometryEditor editor)
Public Member Functions inherited from TileGeometryEditor_Tool
void onMouseDown (number x, number y)
void onMouseMove (number dx, number dy)
void onMouseUp (number x, number y)
void onRightMouseDown (number x, number y)
void onGizmoChanged (number delta)
void renderScene ()
unknown java0 (string func)
unknown java1 (string func, unknown arg0)
unknown java2 (string func, unknown arg0, unknown arg1)
unknown java3 (string func, unknown arg0, unknown arg1, unknown arg2)
unknown java4 (string func, unknown arg0, unknown arg1, unknown arg2, unknown arg3)
unknown java5 (string func, unknown arg0, unknown arg1, unknown arg2, unknown arg3, unknown arg4)
unknown java6 (string func, unknown arg0, unknown arg1, unknown arg2, unknown arg3, unknown arg4, unknown arg5)
unknown java7 (string func, unknown arg0, unknown arg1, unknown arg2, unknown arg3, unknown arg4, unknown arg5, unknown arg6)
number getMouseX ()
number getMouseY ()
 TileGeometryEditor_Tool (TileGeometryEditor editor)
Public Member Functions inherited from ISBaseObject
void initialise ()
ISBaseObject derive (string type)
void addEventListener (string _event, function _callback, unknown _target)
void removeEventListener (string _event, function _callback)
void triggerEvent (string _event, unknown ...)
void clearEventListeners ()
 ISBaseObject ()

Public Attributes

table< string, Vector3f > originalRotate
Public Attributes inherited from TileGeometryEditor_GizmoTool
string gizmoAxis
Vector3f gizmoStartScenePos
Public Attributes inherited from TileGeometryEditor_Tool
TileGeometryEditor editor
TileGeometryEditor_Scene scene
UI3DScene javaObject
Public Attributes inherited from ISBaseObject
string Type
table< string, table< function, unknown > > __eventListeners

Constructor & Destructor Documentation

◆ TileGeometryEditor_GizmoTool_Rotate()

TileGeometryEditor_GizmoTool_Rotate::TileGeometryEditor_GizmoTool_Rotate ( TileGeometryEditor editor)

Member Function Documentation

◆ clampAngle()

number TileGeometryEditor_GizmoTool_Rotate::clampAngle ( number degrees)

◆ onGizmoAccept()

void TileGeometryEditor_GizmoTool_Rotate::onGizmoAccept ( )

◆ onGizmoCancel()

void TileGeometryEditor_GizmoTool_Rotate::onGizmoCancel ( )

◆ onGizmoChanged()

void TileGeometryEditor_GizmoTool_Rotate::onGizmoChanged ( number delta)

◆ onGizmoStart()

void TileGeometryEditor_GizmoTool_Rotate::onGizmoStart ( )

Member Data Documentation

◆ originalRotate

table<string, Vector3f> TileGeometryEditor_GizmoTool_Rotate::originalRotate

The documentation for this class was generated from the following file: