C# 클래스 FlatRedBall.Instructions.Pause.TimedRemovalUnpause

Used to pause the timed removal list in the SpriteManager
상속: Instruction
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Execute ( ) : void
ExecuteOn ( object target ) : void
TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteOn() 공개 메소드

public ExecuteOn ( object target ) : void
target object
리턴 void

TimedRemovalUnpause() 공개 메소드

public TimedRemovalUnpause ( List mCurrentTimedRemoval ) : System
mCurrentTimedRemoval List
리턴 System