C# 클래스 UnityEditorInternal.AudioProfilerDSPView

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
OnGUI ( Rect clippingRect, ProfilerProperty property, bool showInactiveDSPChains, bool highlightAudibleDSPChains, float &zoomFactor, Vector2 &scrollPos ) : void

비공개 메소드들

메소드 설명
DrawRectClipped ( Rect r, Color col, string name, Rect c, float zoomFactor ) : void
GetOutCode ( Vector3 p, Rect c ) : int

메소드 상세

OnGUI() 공개 메소드

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
리턴 void