Show / Hide Table of Contents

Struct NativeProfilerTimeline_DrawArgs

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_DrawArgs

Fields

| Improve this Doc View Source

frameIndex

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

mousedOverEntryIndex

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

selectedEntryIndex

Declaration
public int selectedEntryIndex
Field Value
Type Description
Int32
| 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