Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetAdditionalBakeDelegate(AdditionalBakeDelegate)

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.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
Warning
Deprecated. This method has been deprecated. Use AddBakeDelegate instead.
public static void SetAdditionalBakeDelegate(Lightmapping.AdditionalBakeDelegate del)

Parameters