Show / Hide Table of Contents

Struct NativeProfilerTimeline_GetEntryInstanceInfoArgs

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
public struct NativeProfilerTimeline_GetEntryInstanceInfoArgs

Fields

| Improve this Doc View Source

entryIndex

Declaration
public int entryIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

frameIndex

Declaration
public int frameIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

out_CallstackInfo

Declaration
public string out_CallstackInfo
Field Value
Type Description
String
| Improve this Doc View Source

out_Id

Declaration
public int out_Id
Field Value
Type Description
Int32
| Improve this Doc View Source

out_MetaData

Declaration
public string out_MetaData
Field Value
Type Description
String
| Improve this Doc View Source

out_Path

Declaration
public string out_Path
Field Value
Type Description
String
| Improve this Doc View Source

threadIndex

Declaration
public int threadIndex
Field Value
Type Description
Int32

Methods

| Improve this Doc View Source

Reset()

Declaration
public void Reset()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX