C# Class BossAddBehavior, ExorcistForHire

Inheritance: MonoBehaviour
Mostra file Open project: JordanStone/ExorcistForHire Class Usage Examples

Public Properties

Property Type Description
BossToTrack GameObject
lengthOfTether int

Public Methods

Method Description
AddDeath ( ) : void
OnDisable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddDeath() public method

public AddDeath ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BossToTrack public_oe property

public GameObject BossToTrack
return GameObject

lengthOfTether public_oe property

public int lengthOfTether
return int