Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddBakeDelegate(BakeDelegate)

Set a delegate that bakes additional data. This delegate must set its done parameter to true once baking is finished to unlock the baking pipeline.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static void AddBakeDelegate(Lightmapping.BakeDelegate del)

Parameters