C# Class UnityPlatformer.JumpAfterFeetKill

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Свойство Type Description
jumpProperties JumpConstantProperties

Méthodes publiques

Méthode Description
OnEnable ( ) : void
OnHurtCharacter ( Damage dt, CharacterHealth to ) : void
Start ( ) : void

Method Details

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnHurtCharacter() public méthode

public OnHurtCharacter ( Damage dt, CharacterHealth to ) : void
dt Damage
to CharacterHealth
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

jumpProperties public_oe property

Jump properties
public JumpConstantProperties,UnityPlatformer jumpProperties
Résultat JumpConstantProperties