C# Class CharacterStatusGui, 006762

Inheritance: MonoBehaviour
Afficher le fichier Open project: gilbutITbook/006762 Class Usage Examples

Méthodes publiques

Свойство Type Description
backLifeBarTexture Texture
frontLifeBarTexture Texture
nameLabelStyle GUIStyle

Méthodes publiques

Méthode Description
Awake ( ) : void
DrawCharacterStatus ( float x, float y, CharacterStatus, status, Rect bar_rect, Color front_color ) : void
DrawEnemyStatus ( ) : void
DrawPlayerStatus ( ) : void
OnGUI ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DrawCharacterStatus() public méthode

public DrawCharacterStatus ( float x, float y, CharacterStatus, status, Rect bar_rect, Color front_color ) : void
x float
y float
status CharacterStatus,
bar_rect Rect
front_color Color
Résultat void

DrawEnemyStatus() public méthode

public DrawEnemyStatus ( ) : void
Résultat void

DrawPlayerStatus() public méthode

public DrawPlayerStatus ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Property Details

backLifeBarTexture public_oe property

public Texture backLifeBarTexture
Résultat Texture

frontLifeBarTexture public_oe property

public Texture frontLifeBarTexture
Résultat Texture

nameLabelStyle public_oe property

public GUIStyle nameLabelStyle
Résultat GUIStyle