C# Class BattleText, RPGQuest

Inheritance: MonoBehaviour
Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
alpha float
color Color
settings BattleTextSettings,
shadowColor Color
text string

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetScreenPosition ( ) : Vector3
ShowNumber ( int i, GameObject c, BattleTextSettings, ts ) : void
ShowText ( string t, GameObject c, BattleTextSettings, ts ) : void
Update ( ) : void

Private Methods

Méthode Description
InitSettings ( ) : bool

Method Details

GetScreenPosition() public méthode

public GetScreenPosition ( ) : Vector3
Résultat Vector3

ShowNumber() public méthode

public ShowNumber ( int i, GameObject c, BattleTextSettings, ts ) : void
i int
c GameObject
ts BattleTextSettings,
Résultat void

ShowText() public méthode

public ShowText ( string t, GameObject c, BattleTextSettings, ts ) : void
t string
c GameObject
ts BattleTextSettings,
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

alpha public_oe property

public float alpha
Résultat float

cam protected_oe property

protected Camera cam
Résultat Camera

color public_oe property

public Color color
Résultat Color

combatant protected_oe property

protected GameObject combatant
Résultat GameObject

countDistance protected_oe property

protected int countDistance
Résultat int

countInterpolate protected_oe property

protected Function countInterpolate
Résultat Function

counting protected_oe property

protected bool counting
Résultat bool

currentValue protected_oe property

protected int currentValue
Résultat int

inDistance protected_oe property

protected float inDistance
Résultat float

interpolateIn protected_oe property

protected Function interpolateIn
Résultat Function

interpolateOut protected_oe property

protected Function interpolateOut
Résultat Function

outDistance protected_oe property

protected float outDistance
Résultat float

settings public_oe property

public BattleTextSettings, settings
Résultat BattleTextSettings,

shadowColor public_oe property

public Color shadowColor
Résultat Color

startValue protected_oe property

protected int startValue
Résultat int

text public_oe property

public string text
Résultat string

time protected_oe property

protected float time
Résultat float

value protected_oe property

protected int value
Résultat int

xSpeed protected_oe property

protected float xSpeed
Résultat float

ySpeed protected_oe property

protected float ySpeed
Résultat float

zSpeed protected_oe property

protected float zSpeed
Résultat float