C# Class EnemyBoss, PaperCowboys

Inheritance: EnemyCharacter
Show file Open project: Gamieon/PaperCowboys Class Usage Examples

Public Properties

Property Type Description
bossHealthStyle GUIStyle
boxTextureSolid UnityEngine.Texture2D

Protected Properties

Property Type Description
maxHitpoints float

Protected Methods

Method Description
OnGUI ( ) : void
Start ( ) : void

Method Details

OnGUI() protected method

protected OnGUI ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

bossHealthStyle public property

public GUIStyle bossHealthStyle
return GUIStyle

boxTextureSolid public property

public Texture2D,UnityEngine boxTextureSolid
return UnityEngine.Texture2D

maxHitpoints protected property

protected float maxHitpoints
return float