C# 클래스 SpriteEditor.Instructions.AddSpriteUndo

상속: Instruction
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AddSpriteUndo ( Sprite spriteAdded ) : System
Execute ( ) : void
ExecuteOn ( object target ) : void

메소드 상세

AddSpriteUndo() 공개 메소드

public AddSpriteUndo ( Sprite spriteAdded ) : System
spriteAdded FlatRedBall.Sprite
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteOn() 공개 메소드

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