Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BunnyNabbit/celaria-formats/llms.txt
Use this file to discover all available pages before exploring further.
Sphere is a collectible object — a red sphere placed in the level that players can pick up. It is one of the simpler map objects: it carries no properties beyond the position it inherits from Instance. Sphere has an instanceId of 1.
Constructor
position to [0, 0, 0] via the Instance base class.
Properties
World-space position of the sphere, inherited from
Instance. Defaults to [0, 0, 0]. Z is the gravity axis.Getters
Always returns
1. Used during binary serialization to identify this object as a Sphere.Example
Placing collectible spheres in a map
Reading sphere positions from a parsed map
Related
Instance
Abstract base class that Sphere extends.
Map objects guide
Overview of all map object types and how to use them.
Block
Rectangular geometry block with multiple surface types.
Types reference
Vector3 and other type definitions.