|
static IntPtr | Internal_Create (GUIStyle self) |
|
static void | Internal_Destroy (IntPtr self) |
|
IntPtr | GetStyleStatePtr (int idx) |
|
IntPtr | GetRectOffsetPtr (int idx) |
|
void | Internal_Draw (Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus) |
|
void | Internal_Draw2 (Rect position, GUIContent content, int controlID, bool on) |
|
float | Internal_CalcHeight (GUIContent content, float width) |
|
Vector2 | Internal_CalcMinMaxWidth (GUIContent content) |
|
void | Draw (Rect position, GUIContent content, int controlId, bool isHover, bool isActive, bool on, bool hasKeyboardFocus) |
|
void | Internal_Draw_Injected (ref Rect screenRect, GUIContent content, bool isHover, bool isActive, bool on, bool hasKeyboardFocus) |
|
void | Internal_Draw2_Injected (ref Rect position, GUIContent content, int controlID, bool on) |
|
void | Internal_CalcSizeWithConstraints_Injected (GUIContent content, ref Vector2 maxSize, out Vector2 ret) |
|
void | Internal_CalcMinMaxWidth_Injected (GUIContent content, out Vector2 ret) |
|
static void | SetMouseTooltip_Injected (string tooltip, ref Rect screenRect) |
|
Definition at line 17 of file GUIStyle.cs.