C# 클래스 BattleText, RPGQuest

상속: MonoBehaviour
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
color Color
settings BattleTextSettings,
shadowColor Color
text string

보호된 프로퍼티들

프로퍼티 타입 설명
cam Camera
combatant GameObject
countDistance int
countInterpolate Function
counting bool
currentValue int
inDistance float
interpolateIn Function
interpolateOut Function
outDistance float
startValue int
time float
value int
xSpeed float
ySpeed float
zSpeed float

공개 메소드들

메소드 설명
GetScreenPosition ( ) : Vector3
ShowNumber ( int i, GameObject c, BattleTextSettings, ts ) : void
ShowText ( string t, GameObject c, BattleTextSettings, ts ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
InitSettings ( ) : bool

메소드 상세

GetScreenPosition() 공개 메소드

public GetScreenPosition ( ) : Vector3
리턴 Vector3

ShowNumber() 공개 메소드

public ShowNumber ( int i, GameObject c, BattleTextSettings, ts ) : void
i int
c GameObject
ts BattleTextSettings,
리턴 void

ShowText() 공개 메소드

public ShowText ( string t, GameObject c, BattleTextSettings, ts ) : void
t string
c GameObject
ts BattleTextSettings,
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

alpha 공개적으로 프로퍼티

public float alpha
리턴 float

cam 보호되어 있는 프로퍼티

protected Camera cam
리턴 Camera

color 공개적으로 프로퍼티

public Color color
리턴 Color

combatant 보호되어 있는 프로퍼티

protected GameObject combatant
리턴 GameObject

countDistance 보호되어 있는 프로퍼티

protected int countDistance
리턴 int

countInterpolate 보호되어 있는 프로퍼티

protected Function countInterpolate
리턴 Function

counting 보호되어 있는 프로퍼티

protected bool counting
리턴 bool

currentValue 보호되어 있는 프로퍼티

protected int currentValue
리턴 int

inDistance 보호되어 있는 프로퍼티

protected float inDistance
리턴 float

interpolateIn 보호되어 있는 프로퍼티

protected Function interpolateIn
리턴 Function

interpolateOut 보호되어 있는 프로퍼티

protected Function interpolateOut
리턴 Function

outDistance 보호되어 있는 프로퍼티

protected float outDistance
리턴 float

settings 공개적으로 프로퍼티

public BattleTextSettings, settings
리턴 BattleTextSettings,

shadowColor 공개적으로 프로퍼티

public Color shadowColor
리턴 Color

startValue 보호되어 있는 프로퍼티

protected int startValue
리턴 int

text 공개적으로 프로퍼티

public string text
리턴 string

time 보호되어 있는 프로퍼티

protected float time
리턴 float

value 보호되어 있는 프로퍼티

protected int value
리턴 int

xSpeed 보호되어 있는 프로퍼티

protected float xSpeed
리턴 float

ySpeed 보호되어 있는 프로퍼티

protected float ySpeed
리턴 float

zSpeed 보호되어 있는 프로퍼티

protected float zSpeed
리턴 float