C# Class UnityPlatformer.CharacterActionLadder

Climb a ladder
Inheritance: CharacterAction
Mostrar archivo Open project: llafuente/unity-platformer

Public Properties

Property Type Description
dismountJumping bool

Public Methods

Method 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 method

EnterState and start centering
public GainControl ( float delta ) : void
delta float
return void

GetPostUpdateActions() public method

public GetPostUpdateActions ( ) : PostUpdateActions
return PostUpdateActions

OnEnable() public method

public OnEnable ( ) : void
return void

PerformAction() public method

public PerformAction ( float delta ) : void
delta float
return void

WantsToUpdate() public method

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

Property Details

dismountJumping public_oe property

Character can dismount ladders jumping?
public bool dismountJumping
return bool