C# Class Boss1_Manager, scriptcaster

Inheritance: MonoBehaviour
Show file Open project: crazymeeshu/scriptcaster

Public Properties

Property Type Description
attackStarted bool
canbreakwall bool
health float
healthbar GameObject
isattacking bool
maxhealth float
stunned bool

Public Methods

Method Description
SetHealth ( float newhealth ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Win ( ) : IEnumerator

Method Details

SetHealth() public method

public SetHealth ( float newhealth ) : void
newhealth float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

attackStarted public property

public bool attackStarted
return bool

canbreakwall public property

public bool canbreakwall
return bool

health public property

public float health
return float

healthbar public property

public GameObject healthbar
return GameObject

isattacking public property

public bool isattacking
return bool

maxhealth public property

public float maxhealth
return float

stunned public property

public bool stunned
return bool