C# Class DamageHandler, TWI_Repo

Inheritance: MonoBehaviour
Show file Open project: justcollins/TWI_Repo Class Usage Examples

Public Properties

Property Type Description
antibodyDamage float
arbiterminionDamage float
arbiterparasiteDamage float
damageVisual GameObject
macrophageDamage float
playerTag string

Public Methods

Method Description
AntibodyDamage ( ) : void
ArbiterMinionDamage ( ) : void
ArbiterParasiteDamage ( ) : void
MacrophageDamage ( ) : void
Update ( ) : void
getArbiterMinionNear ( ) : bool
getArbiterParasiteNear ( ) : bool
getMacrophageNear ( ) : bool
setArbiterMinionNear ( bool _b ) : void
setArbiterParasiteNear ( bool _b ) : void
setMacrophageNear ( bool _b ) : void

Method Details

AntibodyDamage() public method

public AntibodyDamage ( ) : void
return void

ArbiterMinionDamage() public method

public ArbiterMinionDamage ( ) : void
return void

ArbiterParasiteDamage() public method

public ArbiterParasiteDamage ( ) : void
return void

MacrophageDamage() public method

public MacrophageDamage ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getArbiterMinionNear() public method

public getArbiterMinionNear ( ) : bool
return bool

getArbiterParasiteNear() public method

public getArbiterParasiteNear ( ) : bool
return bool

getMacrophageNear() public method

public getMacrophageNear ( ) : bool
return bool

setArbiterMinionNear() public method

public setArbiterMinionNear ( bool _b ) : void
_b bool
return void

setArbiterParasiteNear() public method

public setArbiterParasiteNear ( bool _b ) : void
_b bool
return void

setMacrophageNear() public method

public setMacrophageNear ( bool _b ) : void
_b bool
return void

Property Details

antibodyDamage public property

public float antibodyDamage
return float

arbiterminionDamage public property

public float arbiterminionDamage
return float

arbiterparasiteDamage public property

public float arbiterparasiteDamage
return float

damageVisual public property

public GameObject damageVisual
return GameObject

macrophageDamage public property

public float macrophageDamage
return float

playerTag public property

public string playerTag
return string