Skip to content

Data Types

This page describes common data types used throughout Kopernicus configuration files.

TypeDescription
Booleantrue or false
DecimalA decimal number (e.g., 1.5)
IntegerA whole number (e.g., 3)
StringA text value
ColorAn RGBA color value (e.g., 0.5, 0.5, 0.5, 1.0)
Vector2A 2D vector (e.g., 1.0, 1.0)
Vector3A 3D vector (e.g., 1.0, 1.0, 1.0)
NoiseTypeThe type of noise to use. Values: Perlin, RiggedMultifractal, Billow
NoiseQualityThe quality of noise. Values: Low, Standard, High