C# Class hyades.graphics.TextureRegion

Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
texture Microsoft.Xna.Framework.Graphics.Texture2D
u int

Méthodes publiques

Méthode Description
TextureRegion ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int u, int v, int width, int height ) : System
ToString ( ) : string

Method Details

TextureRegion() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

texture public_oe property

public Texture2D,Microsoft.Xna.Framework.Graphics texture
Résultat Microsoft.Xna.Framework.Graphics.Texture2D

u public_oe property

public int u
Résultat int