C# Class Zeplin.DrawCommand

Exibir arquivo Open project: zumpiez/Zeplin Class Usage Examples

Public Methods

Method Description
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation ) : System
DrawCommand ( Microsoft.Xna.Framework.Graphics.Texture2D source, Transformation transformation, RenderTarget2D destination ) : System

Method Details

DrawCommand() public method

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

DrawCommand() public method

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
return System