Class HybridLightBakingDataSystem
Represents a light baking system that assigns a LightBakingOutput to the bakingOutput of the Light component.
Inherited Members
Namespace: Unity.Rendering
Assembly: Unity.Entities.Graphics.dll
Syntax
[WorldSystemFilter(WorldSystemFilterFlags.Default|WorldSystemFilterFlags.Editor, WorldSystemFilterFlags.Default)]
[UpdateInGroup(typeof(PresentationSystemGroup))]
public class HybridLightBakingDataSystem : SystemBase