C# Class UnityPlatformer.Damage

Damage info
Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: llafuente/unity-platformer Class Usage Examples

Public Properties

Property Type Description
causer CharacterHealth
type DamageType

Public Methods

Method Description
Start ( ) : void

check missconfiguration

Method Details

Start() public method

check missconfiguration
public Start ( ) : void
return void

Property Details

causer public_oe property

who cause this damage
public CharacterHealth,UnityPlatformer causer
return CharacterHealth

type public_oe property

Damage type
public DamageType type
return DamageType