Struct ThreadIdentifier | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ThreadIdentifier

    Namespace: UnityEditor.Performance.ProfileAnalyzer
    Syntax
    public struct ThreadIdentifier

    Constructors

    ThreadIdentifier(String)

    Declaration
    public ThreadIdentifier(string threadNameWithIndex)
    Parameters
    Type Name Description
    System.String threadNameWithIndex

    ThreadIdentifier(String, Int32)

    Declaration
    public ThreadIdentifier(string name, int index)
    Parameters
    Type Name Description
    System.String name
    System.Int32 index

    ThreadIdentifier(ThreadIdentifier)

    Declaration
    public ThreadIdentifier(ThreadIdentifier threadIdentifier)
    Parameters
    Type Name Description
    ThreadIdentifier threadIdentifier

    Fields

    kAll

    Declaration
    public static int kAll
    Field Value
    Type Description
    System.Int32

    kSingle

    Declaration
    public static int kSingle
    Field Value
    Type Description
    System.Int32

    Properties

    index

    Declaration
    public int index { get; }
    Property Value
    Type Description
    System.Int32

    name

    Declaration
    public string name { get; }
    Property Value
    Type Description
    System.String

    threadNameWithIndex

    Declaration
    public string threadNameWithIndex { get; }
    Property Value
    Type Description
    System.String

    Methods

    SetAll()

    Declaration
    public void SetAll()

    SetIndex(Int32)

    Declaration
    public void SetIndex(int newIndex)
    Parameters
    Type Name Description
    System.Int32 newIndex

    SetName(String)

    Declaration
    public void SetName(string newName)
    Parameters
    Type Name Description
    System.String newName
    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