Category: Studio

Kemena3D AngelScript API Reference

June 3, 2026

Introduction This is the complete reference for everything a Kemena3D AngelScript script can use: the lifecycle functions the engine calls, the global functions and types the engine exposes (kObject, kVec3), and the standard-library pieces that are available. For the language itself (syntax, classes, control flow, operators) see the official AngelScript manual. For concepts (assets, components, bytecode, the compile pipeline) […]

Project Folder Structure

September 11, 2025

Introduction This documentation provides an overview of the folder structure generated by Kemena3D Studio when you create a new project. Upon selecting a location on your PC, the editor automatically sets up several folders and files for you. During development, it’s important to follow certain rules on how the editor manages these files, for example, […]