Data Types
This page describes common data types used throughout Kopernicus configuration files.
| Type | Description |
|---|---|
| Boolean | true or false |
| Decimal | A decimal number (e.g., 1.5) |
| Integer | A whole number (e.g., 3) |
| String | A text value |
| Color | An RGBA color value (e.g., 0.5, 0.5, 0.5, 1.0) |
| Vector2 | A 2D vector (e.g., 1.0, 1.0) |
| Vector3 | A 3D vector (e.g., 1.0, 1.0, 1.0) |
| NoiseType | The type of noise to use. Values: Perlin, RiggedMultifractal, Billow |
| NoiseQuality | The quality of noise. Values: Low, Standard, High |