C# Class Californium.BatchedSprite

Inheritance: SFML.Graphics.Sprite
Afficher le fichier Open project: DatZach/HumanityAgainstCards Class Usage Examples

Méthodes publiques

Méthode Description
BatchedSprite ( Texture texture ) : System
BatchedSprite ( Texture texture, IntRect textureRect ) : System
Reset ( ) : void

Method Details

BatchedSprite() public méthode

public BatchedSprite ( Texture texture ) : System
texture SFML.Graphics.Texture
Résultat System

BatchedSprite() public méthode

public BatchedSprite ( Texture texture, IntRect textureRect ) : System
texture SFML.Graphics.Texture
textureRect IntRect
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void