docs.unity3d.com
    Show / Hide Table of Contents

    Enum AccelerationStructureStatus

    Flags returned when trying to add a renderer into the ray tracing acceleration structure.

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum AccelerationStructureStatus

    Fields

    Name Description Value
    Added

    Flag that indicates that the renderer was successfully added to the ray tracing acceleration structure.

    Clear

    Initial flag state.

    Excluded

    Flag that indicates that the renderer was excluded from the ray tracing acceleration structure.

    MissingMesh

    Flag that indicates that the renderer was not included into the ray tracing acceleration structure because of a missing mesh

    NullMaterial

    Flag that indicates that the renderer was not included into the ray tracing acceleration structure because of a missing material

    TransparencyIssue

    Flag that indicates that the renderer was added to the ray tracing acceleration structure, but it had transparent and opaque sub-meshes.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023