C# Class FSO.Client.UI.Panels.UIChatBalloon

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Alpha float
ClosestDir int
Color Color
DesiredRectPos Point
DisplayRect Microsoft.Xna.Framework.Rectangle
FadeTime int
Message string
Name string
TargetLocation Vector2
TargetPt Vector2

Méthodes publiques

Méthode Description
DeterminePointSide ( ) : void
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
SetNameMessage ( string name, string message ) : void
UIChatBalloon ( UIChatPanel owner ) : System
Update ( UpdateState state ) : void
UpdateDesiredPosition ( ) : void

Private Methods

Méthode Description
AlphaCopy ( Microsoft.Xna.Framework.Graphics.Texture2D tex ) : void
TextChanged ( ) : void

Method Details

DeterminePointSide() public méthode

public DeterminePointSide ( ) : void
Résultat void

Draw() public méthode

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
Résultat void

SetNameMessage() public méthode

public SetNameMessage ( string name, string message ) : void
name string
message string
Résultat void

UIChatBalloon() public méthode

public UIChatBalloon ( UIChatPanel owner ) : System
owner UIChatPanel
Résultat System

Update() public méthode

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
Résultat void

UpdateDesiredPosition() public méthode

public UpdateDesiredPosition ( ) : void
Résultat void

Property Details

Alpha public_oe property

public float Alpha
Résultat float

ClosestDir public_oe property

public int ClosestDir
Résultat int

Color public_oe property

public Color Color
Résultat Color

DesiredRectPos public_oe property

public Point DesiredRectPos
Résultat Point

DisplayRect public_oe property

public Rectangle,Microsoft.Xna.Framework DisplayRect
Résultat Microsoft.Xna.Framework.Rectangle

FadeTime public_oe property

public int FadeTime
Résultat int

Message public_oe property

public string Message
Résultat string

Name public_oe property

public string Name
Résultat string

TargetLocation public_oe property

public Vector2 TargetLocation
Résultat Vector2

TargetPt public_oe property

public Vector2 TargetPt
Résultat Vector2