C# 클래스 UIPanelInspector, TheUnseen

상속: Editor
파일 보기 프로젝트 열기: henryj41043/TheUnseen

공개 메소드들

메소드 설명
OnSceneGUI ( ) : void

Handles & interaction.

보호된 메소드들

메소드 설명
DrawFinalProperties ( ) : void

Add the "Show draw calls" button at the very end.

OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

Draw the inspector widget.

비공개 메소드들

메소드 설명
AdjustClipping ( UIPanel, p, Vector3 startLocalPos, Vector4 startCR, Vector3 worldDelta, UIWidget, pivot ) : void

Adjust the panel's position and clipping rectangle.

AdjustClipping ( UIPanel, p, Vector4 cr, int left, int top, int right, int bottom ) : void

Adjust the panel's clipping rectangle based on the specified modifier values.

DrawKnob ( Vector4 point, int id, bool canResize ) : void

Helper function that draws draggable knobs.

OnDisable ( ) : void

메소드 상세

DrawFinalProperties() 보호된 메소드

Add the "Show draw calls" button at the very end.
protected DrawFinalProperties ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void

OnSceneGUI() 공개 메소드

Handles & interaction.
public OnSceneGUI ( ) : void
리턴 void

ShouldDrawProperties() 보호된 메소드

Draw the inspector widget.
protected ShouldDrawProperties ( ) : bool
리턴 bool