docs.unity3d.com
    Show / Hide Table of Contents

    Class BatchEvents

    Inheritance
    Object
    BatchEvents
    Namespace: UnityEngine.Industrial.Rendering.CoreApi
    Syntax
    public static class BatchEvents : Object

    Events

    applyRendererWhitelist

    Declaration
    public static event Action<RenderJobRendererWhitelistCoreArgs> applyRendererWhitelist
    Event Type
    Type Description
    Action<RenderJobRendererWhitelistCoreArgs>

    batchBuilding

    Declaration
    public static event Action<BatchBuildingEventCoreArgs> batchBuilding
    Event Type
    Type Description
    Action<BatchBuildingEventCoreArgs>

    batchRendered

    Declaration
    public static event Action<RenderJobBatchOptionsCoreArgs> batchRendered
    Event Type
    Type Description
    Action<RenderJobBatchOptionsCoreArgs>

    batchRendering

    Declaration
    public static event Func<RenderJobBatchOptionsCoreArgs, IEnumerator> batchRendering
    Event Type
    Type Description
    Func<RenderJobBatchOptionsCoreArgs, IEnumerator>

    batchUpdated

    Declaration
    public static event Action<BatchUpdatedEventCoreArgs> batchUpdated
    Event Type
    Type Description
    Action<BatchUpdatedEventCoreArgs>

    computeRendererWhitelist

    Declaration
    public static event Func<RenderJobRendererWhitelistCoreArgs, IEnumerator> computeRendererWhitelist
    Event Type
    Type Description
    Func<RenderJobRendererWhitelistCoreArgs, IEnumerator>

    rendererWhitelistLayerName

    Declaration
    public static event Func<RenderJobBatchOptionsCoreArgs, string> rendererWhitelistLayerName
    Event Type
    Type Description
    Func<RenderJobBatchOptionsCoreArgs, String>

    shouldResetProductFeatures

    Declaration
    public static event Func<RenderJobBatchOptionsCoreArgs, bool> shouldResetProductFeatures
    Event Type
    Type Description
    Func<RenderJobBatchOptionsCoreArgs, Boolean>

    shouldShowGroundShadow

    Declaration
    public static event Func<RenderJobBatchOptionsCoreArgs, bool> shouldShowGroundShadow
    Event Type
    Type Description
    Func<RenderJobBatchOptionsCoreArgs, Boolean>
    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