Class ThreadFrameTime | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class ThreadFrameTime

    Inheritance
    System.Object
    ThreadFrameTime
    Namespace: UnityEditor.Performance.ProfileAnalyzer
    Syntax
    public class ThreadFrameTime : IComparable<ThreadFrameTime>

    Constructors

    ThreadFrameTime(Int32, Single, Single)

    Declaration
    public ThreadFrameTime(int index, float msTime, float msTimeIdle)
    Parameters
    Type Name Description
    System.Int32 index
    System.Single msTime
    System.Single msTimeIdle

    Fields

    frameIndex

    Declaration
    public int frameIndex
    Field Value
    Type Description
    System.Int32

    ms

    Declaration
    public float ms
    Field Value
    Type Description
    System.Single

    msIdle

    Declaration
    public float msIdle
    Field Value
    Type Description
    System.Single

    Methods

    CompareTo(ThreadFrameTime)

    Declaration
    public int CompareTo(ThreadFrameTime other)
    Parameters
    Type Name Description
    ThreadFrameTime other
    Returns
    Type Description
    System.Int32
    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