C# 클래스 Terraria.ItemText

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

공개 프로퍼티들

프로퍼티 타입 설명
NoStack bool
active bool
activeTime int
alpha float
alphaDir int
coinText bool
coinValue int
color Color
expert bool
lifeTime int
name string
numActive int
position Vector2
rotation float
scale float
stack int
velocity Vector2

공개 메소드들

메소드 설명
NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void
Update ( int whoAmI ) : void
UpdateItemText ( ) : void

비공개 메소드들

메소드 설명
ValueToName ( int coinValue ) : string
ValueToName ( ) : void

메소드 상세

NewText() 공개 정적인 메소드

public static NewText ( Item newItem, int stack, bool noStack = false, bool longText = false ) : void
newItem Item
stack int
noStack bool
longText bool
리턴 void

Update() 공개 메소드

public Update ( int whoAmI ) : void
whoAmI int
리턴 void

UpdateItemText() 공개 정적인 메소드

public static UpdateItemText ( ) : void
리턴 void

프로퍼티 상세

NoStack 공개적으로 프로퍼티

public bool NoStack
리턴 bool

active 공개적으로 프로퍼티

public bool active
리턴 bool

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

public static int activeTime
리턴 int

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

alphaDir 공개적으로 프로퍼티

public int alphaDir
리턴 int

coinText 공개적으로 프로퍼티

public bool coinText
리턴 bool

coinValue 공개적으로 프로퍼티

public int coinValue
리턴 int

color 공개적으로 프로퍼티

public Color color
리턴 Color

expert 공개적으로 프로퍼티

public bool expert
리턴 bool

lifeTime 공개적으로 프로퍼티

public int lifeTime
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

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

public static int numActive
리턴 int

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

scale 공개적으로 프로퍼티

public float scale
리턴 float

stack 공개적으로 프로퍼티

public int stack
리턴 int

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2