C# 클래스 Terraria.CombatText

파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
NewText ( Rectangle location, Color color, string text, bool dramatic = false, bool dot = false ) : int
Update ( ) : void
UpdateCombatText ( ) : void
clearAll ( ) : void

메소드 상세

NewText() 공개 정적인 메소드

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
리턴 int

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateCombatText() 공개 정적인 메소드

public static UpdateCombatText ( ) : void
리턴 void

clearAll() 공개 정적인 메소드

public static clearAll ( ) : void
리턴 void

프로퍼티 상세

DamagedFriendly 공개적으로 정적으로 프로퍼티

public static Color DamagedFriendly
리턴 Color

DamagedFriendlyCrit 공개적으로 정적으로 프로퍼티

public static Color DamagedFriendlyCrit
리턴 Color

DamagedHostile 공개적으로 정적으로 프로퍼티

public static Color DamagedHostile
리턴 Color

DamagedHostileCrit 공개적으로 정적으로 프로퍼티

public static Color DamagedHostileCrit
리턴 Color

HealLife 공개적으로 정적으로 프로퍼티

public static Color HealLife
리턴 Color

HealMana 공개적으로 정적으로 프로퍼티

public static Color HealMana
리턴 Color

LifeRegen 공개적으로 정적으로 프로퍼티

public static Color LifeRegen
리턴 Color

LifeRegenNegative 공개적으로 정적으로 프로퍼티

public static Color LifeRegenNegative
리턴 Color

OthersDamagedHostile 공개적으로 정적으로 프로퍼티

public static Color OthersDamagedHostile
리턴 Color

OthersDamagedHostileCrit 공개적으로 정적으로 프로퍼티

public static Color OthersDamagedHostileCrit
리턴 Color

active 공개적으로 프로퍼티

public bool active
리턴 bool

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

alphaDir 공개적으로 프로퍼티

public int alphaDir
리턴 int

color 공개적으로 프로퍼티

public Color color
리턴 Color

crit 공개적으로 프로퍼티

public bool crit
리턴 bool

dot 공개적으로 프로퍼티

public bool dot
리턴 bool

lifeTime 공개적으로 프로퍼티

public int lifeTime
리턴 int

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

scale 공개적으로 프로퍼티

public float scale
리턴 float

text 공개적으로 프로퍼티

public string text
리턴 string

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2