C# Class Interface, TheDeadMemories

Inheritance: MonoBehaviour
Show file Open project: TheDeadMemoriesTeam/TheDeadMemories Class Usage Examples

Public Properties

Property Type Description
FeuCache GUITexture
FeuOmbres GUITexture
GlaceCache GUITexture
GlaceOmbres GUITexture
JaugeJaune GUITexture
JaugeRouge GUITexture
JaugeVerte GUITexture
JaugeVide GUITexture
ManaTexture GUITexture
VentCache GUITexture
VentOmbres GUITexture
VieTexture GUITexture
gameOverText GUIText
healthManaTextureEmpty GUITexture
player PlayerController
playerSkill SkillManager
playerXp GUIText

Public Methods

Method Description
LateUpdate ( ) : void
Start ( ) : void

Method Details

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

FeuCache public property

public GUITexture FeuCache
return GUITexture

FeuOmbres public property

public GUITexture FeuOmbres
return GUITexture

GlaceCache public property

public GUITexture GlaceCache
return GUITexture

GlaceOmbres public property

public GUITexture GlaceOmbres
return GUITexture

JaugeJaune public property

public GUITexture JaugeJaune
return GUITexture

JaugeRouge public property

public GUITexture JaugeRouge
return GUITexture

JaugeVerte public property

public GUITexture JaugeVerte
return GUITexture

JaugeVide public property

public GUITexture JaugeVide
return GUITexture

ManaTexture public property

public GUITexture ManaTexture
return GUITexture

VentCache public property

public GUITexture VentCache
return GUITexture

VentOmbres public property

public GUITexture VentOmbres
return GUITexture

VieTexture public property

public GUITexture VieTexture
return GUITexture

gameOverText public property

public GUIText gameOverText
return GUIText

healthManaTextureEmpty public property

public GUITexture healthManaTextureEmpty
return GUITexture

player public property

public PlayerController player
return PlayerController

playerSkill public property

public SkillManager playerSkill
return SkillManager

playerXp public property

public GUIText playerXp
return GUIText