C# Class UnityPlatformer.CharacterActionLadder

Climb a ladder
Inheritance: CharacterAction
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Свойство Type Description
dismountJumping bool

Méthodes publiques

Méthode Description
GainControl ( float delta ) : void

EnterState and start centering

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

Enter in ladder mode when user is in a ladder area and pressing up/down

Method Details

GainControl() public méthode

EnterState and start centering
public GainControl ( float delta ) : void
delta float
Résultat void

GetPostUpdateActions() public méthode

public GetPostUpdateActions ( ) : PostUpdateActions
Résultat PostUpdateActions

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

Enter in ladder mode when user is in a ladder area and pressing up/down
public WantsToUpdate ( float delta ) : int
delta float
Résultat int

Property Details

dismountJumping public_oe property

Character can dismount ladders jumping?
public bool dismountJumping
Résultat bool