C# Class FlatRedBall.Instructions.Pause.TimedRemovalUnpause

Used to pause the timed removal list in the SpriteManager
Inheritance: Instruction
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Execute ( ) : void
ExecuteOn ( object target ) : void
TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

ExecuteOn() public method

public ExecuteOn ( object target ) : void
target object
return void

TimedRemovalUnpause() public method

public TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System
mCurrentTimedRemoval List
return System