C# Class Zeplin.DrawCommand

Afficher le fichier Open project: zumpiez/Zeplin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

DrawCommand() public méthode

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
Résultat System