docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class BakingTypeAttribute

    Attribute that indicates that a component should persist in the baking world, but shouldn't be exported with the runtime data.

    Inheritance
    object
    Attribute
    BakingTypeAttribute
    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public class BakingTypeAttribute : Attribute
    Remarks

    During incremental baking, components with the [BakingType] attribute persist in the baking world. This allows baking systems to process entities which haven't been modified during the current baking iteration, but which are dependencies to the final result of the baking.

    Components with the [BakingType] attribute are not exported in the runtime data.

    See Also

    TemporaryBakingTypeAttribute
    In This Article
    Back to top
    Copyright © 2024 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)