C# Class TakeDamage, JuniorProject

Inheritance: MonoBehaviour
Show file Open project: MilesMeacham/JuniorProject Class Usage Examples

Public Properties

Property Type Description
ChestUPG ChestUpgrades,
LavaKnockback float
immuneToEnemyDamage bool
immuneToHazardDamage bool
immuneToPlayerDamage bool

Public Methods

Method Description
OnCollisionEnter ( Collision collider ) : void
OnTriggerEnter ( Collider collider ) : void
Start ( ) : void

Method Details

OnCollisionEnter() public method

public OnCollisionEnter ( Collision collider ) : void
collider Collision
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider collider ) : void
collider Collider
return void

Start() public method

public Start ( ) : void
return void

Property Details

ChestUPG public property

public ChestUpgrades, ChestUPG
return ChestUpgrades,

LavaKnockback public property

public float LavaKnockback
return float

immuneToEnemyDamage public property

public bool immuneToEnemyDamage
return bool

immuneToHazardDamage public property

public bool immuneToHazardDamage
return bool

immuneToPlayerDamage public property

public bool immuneToPlayerDamage
return bool