Method | Description | |
---|---|---|
SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System | ||
SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Size destSize ) : System |
public SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
return | System |
public SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
sourceRect | ||
return | System |
public SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, |
||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
sourceRect | ||
destSize | Size | |
return | System |
public SpriteTexture ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Size destSize ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
destSize | Size | |
return | System |