C# Class TakeDamage, JuniorProject

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public ChestUpgrades, ChestUPG
return ChestUpgrades,

LavaKnockback public_oe property

public float LavaKnockback
return float

immuneToEnemyDamage public_oe property

public bool immuneToEnemyDamage
return bool

immuneToHazardDamage public_oe property

public bool immuneToHazardDamage
return bool

immuneToPlayerDamage public_oe property

public bool immuneToPlayerDamage
return bool