C# Class FlatRedBall.Graphics.Texture.AtlasedTexture

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : System.Collections.Specialized

Method Details

AtlasedTexture() public méthode

public AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : System.Collections.Specialized
name string
texture Microsoft.Xna.Framework.Graphics.Texture2D
sourceRect Microsoft.Xna.Framework.Rectangle
size Microsoft.Xna.Framework.Vector2
pivotPoint Microsoft.Xna.Framework.Vector2
isRotated bool
Résultat System.Collections.Specialized