API ReferenceGE Extensionseditor
Camera Transform
Minimal editor tool for getting, setting, and copying the free camera transform as a JSON string.
Minimal editor tool for getting, setting, and copying the free camera transform as a JSON string.
Public Functions
| Function | Description |
|---|---|
M.onEditorGui() | Renders the camera transform UI |
M.onEditorInitialized() | Registers window and menu item |
M.onEditorActivated() | Editor activation callback (empty) |
M.onEditorDeactivated() | Editor deactivation callback (empty) |
Key Features
- Get Transform - Capture current camera transform as JSON string
- GoTo - Apply a JSON transform string to the free camera
- Copy - Copy the transform JSON to system clipboard
- Text Input - Editable text field for manual transform entry
UI Layout
[Get Camera Transform] [GoTo]
Camera Transform
[________________________ editable JSON field ________________________]
[Copy]Usage Example
-- Get camera transform programmatically
local json = commands.getCameraTransformJson()
-- Set camera transform from JSON
commands.setFreeCameraTransformJson(json)See Also
- cameraBookmarks - Named camera position bookmarks
- camPathEditor - Camera path animation editor
Camera Bookmarks
Simple editor tool for saving and restoring camera positions as named bookmarks. Supports clipboard copy/paste of camera transforms.
Camera Path Editor
Editor tool for creating and editing camera paths with spline interpolation. Supports marker-based keyframes, replay linking, vehicle tracking, frustum visualization, camera preview, and overlay guide