C# Class StorySystem.CommonCommands.PauseCommand

pause();
Inheritance: AbstractStoryCommand
Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : IStoryCommand

Méthodes protégées

Méthode Description
ExecCommand ( StoryInstance instance, long delta ) : bool
Load ( Dsl callData ) : void

Method Details

Clone() public méthode

public Clone ( ) : IStoryCommand
Résultat IStoryCommand

ExecCommand() protected méthode

protected ExecCommand ( StoryInstance instance, long delta ) : bool
instance StoryInstance
delta long
Résultat bool

Load() protected méthode

protected Load ( Dsl callData ) : void
callData Dsl
Résultat void