Scripts
This section explains Flora components and runtime APIs from beginner to advanced.
Read in This Order
Runtime Settings - project-wide feature gates.
Scene Settings - scene-wide behavior.
Render Settings + Density Settings - volume overrides.
Instance Renderer, Instance Container, Terrain Provider - how content enters Flora.
System - runtime create/update/query API.
Instance Transform + Instance Handle - data types used by code workflows.
What This Affects
These components control:
how instances are registered
how they are rendered and culled
how you query and modify them at runtime
Last updated
