Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Lightmapping.SetAdditionalBakeDelegate

Declaration

public static void SetAdditionalBakeDelegate(Lightmapping.AdditionalBakeDelegate del);

Description

Set a delegate that bakes additional data. This delegates must set its done parameter to true once baking is finished to unlock the baking pipeline. Must be reset by calling ResetDelegate again.