C# Class Terraria.CombatText

Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Свойство Type Description
DamagedFriendly Color
DamagedFriendlyCrit Color
DamagedHostile Color
DamagedHostileCrit Color
HealLife Color
HealMana Color
LifeRegen Color
LifeRegenNegative Color
OthersDamagedHostile Color
OthersDamagedHostileCrit Color
active bool
alpha float
alphaDir int
color Color
crit bool
dot bool
lifeTime int
position Vector2
rotation float
scale float
text string
velocity Vector2

Méthodes publiques

Méthode Description
NewText ( Rectangle location, Color color, string text, bool dramatic = false, bool dot = false ) : int
Update ( ) : void
UpdateCombatText ( ) : void
clearAll ( ) : void

Method Details

NewText() public static méthode

public static NewText ( Rectangle location, Color color, string text, bool dramatic = false, bool dot = false ) : int
location Microsoft.Xna.Framework.Rectangle
color Color
text string
dramatic bool
dot bool
Résultat int

Update() public méthode

public Update ( ) : void
Résultat void

UpdateCombatText() public static méthode

public static UpdateCombatText ( ) : void
Résultat void

clearAll() public static méthode

public static clearAll ( ) : void
Résultat void

Property Details

DamagedFriendly public_oe static_oe property

public static Color DamagedFriendly
Résultat Color

DamagedFriendlyCrit public_oe static_oe property

public static Color DamagedFriendlyCrit
Résultat Color

DamagedHostile public_oe static_oe property

public static Color DamagedHostile
Résultat Color

DamagedHostileCrit public_oe static_oe property

public static Color DamagedHostileCrit
Résultat Color

HealLife public_oe static_oe property

public static Color HealLife
Résultat Color

HealMana public_oe static_oe property

public static Color HealMana
Résultat Color

LifeRegen public_oe static_oe property

public static Color LifeRegen
Résultat Color

LifeRegenNegative public_oe static_oe property

public static Color LifeRegenNegative
Résultat Color

OthersDamagedHostile public_oe static_oe property

public static Color OthersDamagedHostile
Résultat Color

OthersDamagedHostileCrit public_oe static_oe property

public static Color OthersDamagedHostileCrit
Résultat Color

active public_oe property

public bool active
Résultat bool

alpha public_oe property

public float alpha
Résultat float

alphaDir public_oe property

public int alphaDir
Résultat int

color public_oe property

public Color color
Résultat Color

crit public_oe property

public bool crit
Résultat bool

dot public_oe property

public bool dot
Résultat bool

lifeTime public_oe property

public int lifeTime
Résultat int

position public_oe property

public Vector2 position
Résultat Vector2

rotation public_oe property

public float rotation
Résultat float

scale public_oe property

public float scale
Résultat float

text public_oe property

public string text
Résultat string

velocity public_oe property

public Vector2 velocity
Résultat Vector2