C# Class EnemyBoss, PaperCowboys

Inheritance: EnemyCharacter
Datei anzeigen 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_oe property

public GUIStyle bossHealthStyle
return GUIStyle

boxTextureSolid public_oe property

public Texture2D,UnityEngine boxTextureSolid
return UnityEngine.Texture2D

maxHitpoints protected_oe property

protected float maxHitpoints
return float