C# Class FlatRedBall.Graphics.Texture.AtlasedTexture

Show file Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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 method

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
return System.Collections.Specialized