Method | Description | |
---|---|---|
OnSceneGUI ( ) : void |
Handles & interaction.
|
Method | Description | |
---|---|---|
DrawFinalProperties ( ) : void |
Add the "Show draw calls" button at the very end.
|
|
OnEnable ( ) : void | ||
ShouldDrawProperties ( ) : bool |
Draw the inspector widget.
|
Method | Description | |
---|---|---|
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 |