Skyline Lua API
Version 1.0
Lua Script Reference for Skyline Game Engine.
|
#include <LUA_API_ConsoleCommands.h>
Public Attributes | |
void | help |
Information on all of the available editor console commands. More... | |
void | getCamera |
Prints out the editor camera information such as position and rotation. More... | |
void | resetCamera |
Resets the editor or current camera to its default settings. More... | |
void | getBounds |
Print out of the selected objects AABB data. . More... | |
The Skyline editor console can be use not only for reading text but also for entering special commands which help editor side workflow.
Just type the command directly into the editor console.
Note: the text in the console can be used with copy/paste.
The following is a list of all available commands:
void consoleCommands::getBounds |
Print out of the selected objects AABB data.
.
void consoleCommands::getCamera |
Prints out the editor camera information such as position and rotation.
void consoleCommands::help |
Information on all of the available editor console commands.
void consoleCommands::resetCamera |
Resets the editor or current camera to its default settings.