C# Class Boss1_Manager, scriptcaster

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public bool attackStarted
return bool

canbreakwall public_oe property

public bool canbreakwall
return bool

health public_oe property

public float health
return float

healthbar public_oe property

public GameObject healthbar
return GameObject

isattacking public_oe property

public bool isattacking
return bool

maxhealth public_oe property

public float maxhealth
return float

stunned public_oe property

public bool stunned
return bool