docs.unity3d.com
    Show / Hide Table of Contents

    Class RenderJobTimings

    Timings

    Inheritance
    Object
    RenderJobTimings
    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 class RenderJobTimings

    Fields

    fileWriting

    File writing time

    Declaration
    public long fileWriting
    Field Value
    Type Description
    Int64

    notifyJobFinished

    Notify time for job finished

    Declaration
    public long notifyJobFinished
    Field Value
    Type Description
    Int64

    notifyTextureReady

    Notify time for texture ready

    Declaration
    public long notifyTextureReady
    Field Value
    Type Description
    Int64

    readbackCompletedCount

    Readback completed

    Declaration
    public long readbackCompletedCount
    Field Value
    Type Description
    Int64

    readbackRequestedCount

    Readback requests

    Declaration
    public long readbackRequestedCount
    Field Value
    Type Description
    Int64

    render

    Render time

    Declaration
    public long render
    Field Value
    Type Description
    Int64

    renderCount

    Render count

    Declaration
    public long renderCount
    Field Value
    Type Description
    Int64

    total

    Total time

    Declaration
    public long total
    Field Value
    Type Description
    Int64

    updateCount

    Update count

    Declaration
    public long updateCount
    Field Value
    Type Description
    Int64
    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