docs.unity3d.com
    Show / Hide Table of Contents

    Class RenderJobEvents

    Static class defining events consumed or triggered through RenderJobQueue

    Inheritance
    Object
    RenderJobEvents
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Industrial.Rendering.CoreApi
    Syntax
    public static class RenderJobEvents

    Methods

    InvokeJobRequested(IRenderJob)

    Request a render

    Declaration
    public static void InvokeJobRequested(IRenderJob job)
    Parameters
    Type Name Description
    IRenderJob job

    Events

    renderReady

    Event triggered when a shot is produced on the GPU

    Declaration
    public static event Action<RenderJobRenderReadyEventCoreArgs> renderReady
    Event Type
    Type Description
    Action<RenderJobRenderReadyEventCoreArgs>

    textureReady

    Event triggered when a shot is produced and read back to the CPU

    Declaration
    public static event Action<RenderJobTextureReadyEventCoreArgs> textureReady
    Event Type
    Type Description
    Action<RenderJobTextureReadyEventCoreArgs>
    Back to top
    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