C# Class UnityPlatformer.CharacterActionMovingPlatforms

Fall through platforms while pressing down
Inheritance: CharacterAction
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode Description
GetPostUpdateActions ( ) : PostUpdateActions
PerformAction ( float delta ) : void
WantsToUpdate ( float delta ) : int

Method Details

GetPostUpdateActions() public méthode

public GetPostUpdateActions ( ) : PostUpdateActions
Résultat PostUpdateActions

PerformAction() public méthode

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

WantsToUpdate() public méthode

public WantsToUpdate ( float delta ) : int
delta float
Résultat int