C# Class FSO.Client.Utils.UIUtils

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
GiveTooltip ( UIElement target ) : UITooltipHandler
MakeDraggable ( UIElement mouseTarget, UIElement dragControl ) : UIDragHandler
WordWrap ( string text, int width, TextStyle style, Vector2 scale ) : UIWordWrapOutput

Private Methods

Méthode Description
JoinWordList ( List input ) : string

Method Details

GiveTooltip() public static méthode

public static GiveTooltip ( UIElement target ) : UITooltipHandler
target FSO.Client.UI.Framework.UIElement
Résultat UITooltipHandler

MakeDraggable() public static méthode

public static MakeDraggable ( UIElement mouseTarget, UIElement dragControl ) : UIDragHandler
mouseTarget FSO.Client.UI.Framework.UIElement
dragControl FSO.Client.UI.Framework.UIElement
Résultat UIDragHandler

WordWrap() public static méthode

public static WordWrap ( string text, int width, TextStyle style, Vector2 scale ) : UIWordWrapOutput
text string
width int
style FSO.Client.UI.Framework.TextStyle
scale Microsoft.Xna.Framework.Vector2
Résultat UIWordWrapOutput