C# 클래스 EditorObjects.Undo.Instructions.SpriteGridAnimationChainPaintInstruction

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

공개 메소드들

메소드 설명
Execute ( ) : void
ExecuteOn ( object target ) : void
SpriteGridAnimationChainPaintInstruction ( SpriteGrid spriteGrid, List animationChainLocations ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteOn() 공개 메소드

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

SpriteGridAnimationChainPaintInstruction() 공개 메소드

public SpriteGridAnimationChainPaintInstruction ( SpriteGrid spriteGrid, List animationChainLocations ) : System
spriteGrid SpriteGrid
animationChainLocations List
리턴 System