Lightmapping.AdditionalBakeDelegate

Declaration

public delegate void AdditionalBakeDelegate(ref float progress, ref bool done);

Parameters

progress The progress of the additional baking stage (0.0-1.0). This progress will be displayed in the progress bar.
done Wether the additional bake is done. Set this to true to unlock the baking pipeline.

Description

Delegate called at the last stage of the baking pipeline.


Did you find this page useful? Please give it a rating: