📄️ AABB
This is the class for AABB, a bounding box.
📄️ JSON
JSON.Stringify(data string
📄️ quat
This class represents a quaternion (x, y, z, and w). Quaternions are often used to represent rotations in 3D space.
📄️ Timer
The Timer module provides global methods for creating and managing timers that can execute functions after a specified delay.
📄️ vec2
This class represents a two dimensional vector (x and y). It is often used to represent 2D screen coordinates.
📄️ vec3
This class represents a three dimensional vector (x, y, and z). It is often used to represent world coordinates in the game.
📄️ vec4
This class represents a four dimensional vector (x, y, z, and w). It is often used to represent colors (red, green, blue, and alpha).