Page cover

square-codeScripts

This section explains Flora components and runtime APIs from beginner to advanced.

Read in This Order

  1. Runtime Settings - project-wide feature gates.

  2. Scene Settings - scene-wide behavior.

  3. Render Settings + Density Settings - volume overrides.

  4. System - runtime create/update/query API.

  5. 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