C# Class UnityEditorInternal.ProfilingDataDrawNativeInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
frameIndex int
ghostAlpha float
guiStyle System.IntPtr
lineHeight float
mousePos Vector2
nativeAllocationColor Color
nonSelectedAlpha float
out_SelectedDur float
out_SelectedInstanceId int
out_SelectedName string
out_SelectedPath string
out_SelectedThread int
out_SelectedTime float
out_SelectedY float
profilerColors Color[]
shownAreaRect UnityEngine.Rect
textFadeOutWidth float
textFadeStartWidth float
threadIndex int
threadRect UnityEngine.Rect
timeOffset float
trySelect int

Public Methods

Method Description
Reset ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Property Details

frameIndex public property

public int frameIndex
return int

ghostAlpha public property

public float ghostAlpha
return float

guiStyle public property

public IntPtr,System guiStyle
return System.IntPtr

lineHeight public property

public float lineHeight
return float

mousePos public property

public Vector2 mousePos
return Vector2

nativeAllocationColor public property

public Color nativeAllocationColor
return Color

nonSelectedAlpha public property

public float nonSelectedAlpha
return float

out_SelectedDur public property

public float out_SelectedDur
return float

out_SelectedInstanceId public property

public int out_SelectedInstanceId
return int

out_SelectedName public property

public string out_SelectedName
return string

out_SelectedPath public property

public string out_SelectedPath
return string

out_SelectedThread public property

public int out_SelectedThread
return int

out_SelectedTime public property

public float out_SelectedTime
return float

out_SelectedY public property

public float out_SelectedY
return float

profilerColors public property

public Color[] profilerColors
return Color[]

shownAreaRect public property

public Rect,UnityEngine shownAreaRect
return UnityEngine.Rect

textFadeOutWidth public property

public float textFadeOutWidth
return float

textFadeStartWidth public property

public float textFadeStartWidth
return float

threadIndex public property

public int threadIndex
return int

threadRect public property

public Rect,UnityEngine threadRect
return UnityEngine.Rect

timeOffset public property

public float timeOffset
return float

trySelect public property

public int trySelect
return int