C# Class Invert.Common.UI.UFStyle

Show file Open project: InvertGames/uFrame.Editor Class Usage Examples

Public Methods

Method Description
IsMouseDown ( Rect rect ) : bool
UFStyle ( ) : System
UFStyle ( string label, GUIStyle backgroundStyle, GUIStyle indicatorStyle = null, GUIStyle optionsStyle = null, System.Action onShowOptions = null, bool showArrow = true, TextAnchor textAnchor = TextAnchor.MiddleRight ) : System

Method Details

IsMouseDown() public method

public IsMouseDown ( Rect rect ) : bool
rect UnityEngine.Rect
return bool

UFStyle() public method

public UFStyle ( ) : System
return System

UFStyle() public method

public UFStyle ( string label, GUIStyle backgroundStyle, GUIStyle indicatorStyle = null, GUIStyle optionsStyle = null, System.Action onShowOptions = null, bool showArrow = true, TextAnchor textAnchor = TextAnchor.MiddleRight ) : System
label string
backgroundStyle UnityEngine.GUIStyle
indicatorStyle UnityEngine.GUIStyle
optionsStyle UnityEngine.GUIStyle
onShowOptions System.Action
showArrow bool
textAnchor TextAnchor
return System