C# Class UnityPlatformer.Damage

Damage info
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: llafuente/unity-platformer Class Usage Examples

Méthodes publiques

Свойство Type Description
causer CharacterHealth
type DamageType

Méthodes publiques

Méthode Description
Start ( ) : void

check missconfiguration

Method Details

Start() public méthode

check missconfiguration
public Start ( ) : void
Résultat void

Property Details

causer public_oe property

who cause this damage
public CharacterHealth,UnityPlatformer causer
Résultat CharacterHealth

type public_oe property

Damage type
public DamageType type
Résultat DamageType