C# Class UnityPlatformer.CharacterActionCrounch

Crounch
Inheritance: CharacterAction
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode Description
GetPostUpdateActions ( ) : PostUpdateActions
OnActionDown ( string _action ) : void

input.onActionDown

OnActionUp ( string _action ) : void

input.onActionUp

OnEnable ( ) : void
PerformAction ( float delta ) : void
WantsToUpdate ( float delta ) : int

crounch if onground and no ladder below

Method Details

GetPostUpdateActions() public méthode

public GetPostUpdateActions ( ) : PostUpdateActions
Résultat PostUpdateActions

OnActionDown() public méthode

input.onActionDown
public OnActionDown ( string _action ) : void
_action string
Résultat void

OnActionUp() public méthode

input.onActionUp
public OnActionUp ( string _action ) : void
_action string
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

PerformAction() public méthode

public PerformAction ( float delta ) : void
delta float
Résultat void

WantsToUpdate() public méthode

crounch if onground and no ladder below
public WantsToUpdate ( float delta ) : int
delta float
Résultat int