C# Класс UIPanelInspector, TheUnseen

Наследование: Editor
Показать файл Открыть проект

Открытые методы

Метод Описание
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