Class HybridLightBakingDataSystem
Represents a light baking system that assigns a LightBakingOutput to the bakingOutput of the Light component.
Inherited Members
Namespace: Unity.Rendering
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.Default | WorldSystemFilterFlags.Editor, WorldSystemFilterFlags.Default)]
[UpdateInGroup(typeof(PresentationSystemGroup))]
public class HybridLightBakingDataSystem : SystemBase
Methods
OnCreate()
Called when this system is created.
Declaration
protected override void OnCreate()
Overrides
OnUpdate()
Called when this system is updated.
Declaration
protected override void OnUpdate()