C# Class UnityEditorInternal.AudioProfilerDSPView

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnGUI ( Rect clippingRect, ProfilerProperty property, bool showInactiveDSPChains, bool highlightAudibleDSPChains, float &zoomFactor, Vector2 &scrollPos ) : void

Private Methods

Method Description
DrawRectClipped ( Rect r, Color col, string name, Rect c, float zoomFactor ) : void
GetOutCode ( Vector3 p, Rect c ) : int

Method Details

OnGUI() public method

public OnGUI ( Rect clippingRect, ProfilerProperty property, bool showInactiveDSPChains, bool highlightAudibleDSPChains, float &zoomFactor, Vector2 &scrollPos ) : void
clippingRect UnityEngine.Rect
property ProfilerProperty
showInactiveDSPChains bool
highlightAudibleDSPChains bool
zoomFactor float
scrollPos Vector2
return void