C# 클래스 Zeplin.DrawCommand

파일 보기 프로젝트 열기: zumpiez/Zeplin 1 사용 예제들

공개 메소드들

메소드 설명
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation ) : System
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation, RenderTarget2D destination ) : System

메소드 상세

DrawCommand() 공개 메소드

public DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation ) : System
source Microsoft.Xna.Framework.Graphics.Texture2D
transformation Transformation
리턴 System

DrawCommand() 공개 메소드

public DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation, RenderTarget2D destination ) : System
source Microsoft.Xna.Framework.Graphics.Texture2D
transformation Transformation
destination Microsoft.Xna.Framework.Graphics.RenderTarget2D
리턴 System