Property | Type | Description | |
---|---|---|---|
backLifeBarTexture | Texture | ||
frontLifeBarTexture | Texture | ||
nameLabelStyle | GUIStyle |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
DrawCharacterStatus ( float x, float y, CharacterStatus, status, Rect bar_rect, Color front_color ) : void | ||
DrawEnemyStatus ( ) : void | ||
DrawPlayerStatus ( ) : void | ||
OnGUI ( ) : void |
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 | |
return | void |