C# Class FlatRedBall.Instructions.Pause.TimedRemovalUnpause

Used to pause the timed removal list in the SpriteManager
Inheritance: Instruction
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Execute ( ) : void
ExecuteOn ( object target ) : void
TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteOn() public méthode

public ExecuteOn ( object target ) : void
target object
Résultat void

TimedRemovalUnpause() public méthode

public TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System
mCurrentTimedRemoval List
Résultat System