Instance Handle
A lightweight struct used to uniquely identify and reference individual instances.
Validity
Usage
Creating Instances
FloraInstanceHandle handle = FloraSystem.GetOrCreate().CreateInstance(
prefab,
parentObject,
position,
rotation,
scale
);Destroying Instances
Checking if an Instance Exists
Enabling or Disabling an Instance
Getting Instance Transform or Bounds
Last updated