프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Awake | void | ||
DrawGUI | void | ||
DrawToolTip | void | ||
DrawWindow | void | ||
DrawWindowInternal | void | ||
DrawWindowPost | void | ||
DrawWindowPre | void | ||
MonoBehaviourWindow | System | ||
SetTooltipText | void |
메소드 | 설명 | |
---|---|---|
Awake ( ) : void | ||
DrawGUI ( ) : void |
This is the Code that draws the window and sets the skin !!!! You have to set the skin before drawing the window or you will scratch your head for ever
|
|
DrawToolTip ( ) : void |
This is the meat of drawing the tooltip on screen
|
|
DrawWindow ( |
This is the must be overridden function that equates to the content of the window
|
|
DrawWindowInternal ( |
Private function that handles wrapping the drawwindow functionality with the supplementary stuff - dragging, tooltips, etc
|
|
DrawWindowPost ( |
This is the optionally overridden function that runs after DrawWindow, but before tooltips, etc
|
|
DrawWindowPre ( |
This is the optionally overridden function that runs before DrawWindow
|
|
MonoBehaviourWindow ( ) : System | ||
SetTooltipText ( ) : void |
This function is run at the end of each draw loop to store the tooltiptext for later
|