Property | Type | Description | |
---|---|---|---|
texture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
u | int |
Method | Description | |
---|---|---|
TextureRegion ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int u, int v, int width, int height ) : System | ||
ToString ( ) : string |
public TextureRegion ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int u, int v, int width, int height ) : System | ||
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
u | int | |
v | int | |
width | int | |
height | int | |
return | System |
public Texture2D,Microsoft.Xna.Framework.Graphics texture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |