Miscellaneous helper stuff for EditorGUI.
currentViewWidth | The width of the GUI area for the current EditorWindow or other view. |
editingTextField | Is a text field currently editing text? |
fieldWidth | The minimum width in pixels reserved for the fields of Editor GUI controls. |
hierarchyMode | Is the Editor GUI is hierarchy mode? |
isProSkin | Is the user currently using the pro skin? (Read Only) |
labelWidth | The width in pixels reserved for labels of Editor GUI controls. |
pixelsPerPoint | The scale of GUI points relative to screen pixels for the current viewThis value is the number of screen pixels per point of interface space. For instance, 2.0 on retina displays. Note that the value may differ from one view to the next if the views are on monitors with different UI scales. |
singleLineHeight | Get the height used for a single Editor control such as a one-line EditorGUI.TextField or EditorGUI.Popup. |
standardVerticalSpacing | Get the height used by default for vertical spacing between controls. |
systemCopyBuffer | The system copy buffer. |
textFieldHasSelection | True if a text field currently has focused and the text in it is selected. |
whiteTexture | Get a white texture. |
wideMode | Is the Editor GUI currently in |