C# Class MonoGdx.Scene2D.Actions.DelegateAction

Base class for an action that wraps another action.
Inheritance: SceneAction
Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Méthode Description
Act ( float delta ) : bool
Reset ( ) : void
Restart ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Delegate ( float delta ) : bool

Method Details

Act() public méthode

public Act ( float delta ) : bool
delta float
Résultat bool

Delegate() protected abstract méthode

protected abstract Delegate ( float delta ) : bool
delta float
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Restart() public méthode

public Restart ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string