System
The global system that stores and manages all Flora instances.
What It Is
When To Use It
Access Pattern
var flora = FloraSystem.GetOrCreate();Core Tasks
Create or destroy a single instance
FloraInstanceHandle handle = FloraSystem.GetOrCreate()
.CreateInstance(prefab, parent, pos, rot, scale);
FloraSystem.Instance?.DestroyInstance(handle);Create or destroy a batch of instances
Control instance visibility
Query instances by sphere or bounds
Example
How To Verify
Migration Note
Last updated