Skip to main content

Module field_manager

Module field_manager 

Source
Expand description

Force field lifecycle manager — creation, TTL expiry, spatial queries, composition.

The FieldManager owns all active force fields in a scene. Fields can be permanent or time-limited (TTL). Every frame, expired fields are pruned and the manager provides efficient queries for field force at a given world position.

Structs§

FieldManager
Manages all active force fields in a scene.
FieldSample
The aggregated effect of all fields at a position.
ManagedField
A force field with lifecycle metadata.

Enums§

FieldBlend
How multiple fields combine their forces.