Instance Renderer
Renders a prefab instance with Flora.
A component that automatically registers and renders a LODGroup or MeshRenderer based prefab in the scene. Adding the FloraInstanceRenderer to a root prefab with either of the above Unity components will activate Flora rendering for the instance.
Disabling the component will also re-activate the builtin rendering for the object, and remove the Flora instance from the system.

Properties
InstanceHandle
When this component is enabled, use the handle to interact with the FloraSystem. If the component is disabled or destroyed, the handle will become invalid.
Last updated