Show / Hide Table of Contents

Struct NativeProfilerTimeline_GetEntryAtPositionArgs

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_GetEntryAtPositionArgs

Fields

| Improve this Doc View Source

frameIndex

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

out_EntryIndex

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

out_EntryName

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

out_EntryYMaxPos

Declaration
public float out_EntryYMaxPos
Field Value
Type Description
Single
| Improve this Doc View Source

position

Declaration
public Vector2 position
Field Value
Type Description
Vector2
| Improve this Doc View Source

shownAreaRect

Declaration
public Rect shownAreaRect
Field Value
Type Description
Rect
| Improve this Doc View Source

threadIndex

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

threadRect

Declaration
public Rect threadRect
Field Value
Type Description
Rect
| Improve this Doc View Source

timeOffset

Declaration
public float timeOffset
Field Value
Type Description
Single

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