Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.28 KB

StandardScripts.md

File metadata and controls

41 lines (27 loc) · 1.28 KB

Standard Behavior Scripts

Table of contents

Logging

StatsScript

A script for displaying statistics like FPS (frames per second), SPF (seconds per frame), CPU (CPU usage), RAM (physical main memory usage) and DCs (number of draw calls).

TextConsoleScript

A script for displaying a console/terminal with a fixed number of rows and colums.

Movement and Orientation

CharacterMotorScript

A script for handling a Node's translation based on the keyboard's input.

ManhattanMotorScript

A script for handling a Node's translation based on the keyboard's input.

MouseLookScript

A script for handling a Node's rotation based on the mouse's input.

RotationScript

A script for rotating a Node around one of its principal axes.

VoxelGridAnchorScript

A script for aligning a Node's world position with the voxel grid center.

Scene

EditorScript

A script for enabling the in-game editor.

SwitchSceneScript

A script for switching the current scene.

Copyright © 2016-2025 Matthias Moulin. All Rights Reserved.