C# Class Destructible, SlashRunner

Inheritance: MonoBehaviour
Show file Open project: matthewAURA/SlashRunner Class Usage Examples

Public Properties

Property Type Description
remains GameObject

Public Methods

Method Description
Awake ( ) : void
Destruct ( ) : void
OnAvatarAttack ( Avatar attack ) : void
waitTime ( ) : IEnumerator

Protected Methods

Method Description
BeforeDeath ( ) : void
DetermineWaitTime ( Avatar attack ) : void
Die ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

BeforeDeath() protected method

protected BeforeDeath ( ) : void
return void

Destruct() public method

public Destruct ( ) : void
return void

DetermineWaitTime() protected method

protected DetermineWaitTime ( Avatar attack ) : void
attack Avatar
return void

Die() protected method

protected Die ( ) : void
return void

OnAvatarAttack() public method

public OnAvatarAttack ( Avatar attack ) : void
attack Avatar
return void

waitTime() public method

public waitTime ( ) : IEnumerator
return IEnumerator

Property Details

remains public property

public GameObject remains
return GameObject