C# Class FSO.Client.UI.Controls.UIInteraction

Used to display an interaction. Will eventually have all features like the timer, big huge red x support for cancel etc.
Inheritance: FSO.Client.UI.Framework.UIElement
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Icon Texture2D
ParentEntry UIIQTrackEntry

Méthodes publiques

Méthode Description
Draw ( UISpriteBatch batch ) : void
GetBounds ( ) : Rectangle
SetActive ( bool active ) : void
SetCancelled ( ) : void
UIInteraction ( bool Active ) : System

Private Methods

Méthode Description
MouseEvt ( UIMouseEventType type, UpdateState state ) : void

Method Details

Draw() public méthode

public Draw ( UISpriteBatch batch ) : void
batch UISpriteBatch
Résultat void

GetBounds() public méthode

public GetBounds ( ) : Rectangle
Résultat Rectangle

SetActive() public méthode

public SetActive ( bool active ) : void
active bool
Résultat void

SetCancelled() public méthode

public SetCancelled ( ) : void
Résultat void

UIInteraction() public méthode

public UIInteraction ( bool Active ) : System
Active bool
Résultat System

Property Details

Icon public_oe property

public Texture2D Icon
Résultat Texture2D

ParentEntry public_oe property

public UIIQTrackEntry ParentEntry
Résultat UIIQTrackEntry