docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct LightBakingOutputData

    An unmanaged component that stores light baking data.

    Implements
    IComponentData
    IQueryTypeParameter
    Namespace: Unity.Rendering
    Assembly: Unity.Entities.Graphics.dll
    Syntax
    public struct LightBakingOutputData : IComponentData, IQueryTypeParameter
    Remarks

    Entities Graphics uses this component to store light baking data at conversion time to restore at run time. This is because this doesn't happen automatically with hybrid entities.

    Fields

    Value

    The output of light baking on the entity.

    Declaration
    public LightBakingOutput Value
    Field Value
    Type Description
    LightBakingOutput

    Implements

    IComponentData
    IQueryTypeParameter
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)