C# Class UIPanelInspector, TheUnseen

Inheritance: Editor
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Méthode Description
OnSceneGUI ( ) : void

Handles & interaction.

Méthodes protégées

Méthode Description
DrawFinalProperties ( ) : void

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

OnEnable ( ) : void
ShouldDrawProperties ( ) : bool

Draw the inspector widget.

Private Methods

Méthode 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

Method Details

DrawFinalProperties() protected méthode

Add the "Show draw calls" button at the very end.
protected DrawFinalProperties ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnSceneGUI() public méthode

Handles & interaction.
public OnSceneGUI ( ) : void
Résultat void

ShouldDrawProperties() protected méthode

Draw the inspector widget.
protected ShouldDrawProperties ( ) : bool
Résultat bool