C# Class Californium.BatchedSprite

Inheritance: SFML.Graphics.Sprite
显示文件 Open project: DatZach/HumanityAgainstCards Class Usage Examples

Public Methods

Method Description
BatchedSprite ( Texture texture ) : System
BatchedSprite ( Texture texture, IntRect textureRect ) : System
Reset ( ) : void

Method Details

BatchedSprite() public method

public BatchedSprite ( Texture texture ) : System
texture SFML.Graphics.Texture
return System

BatchedSprite() public method

public BatchedSprite ( Texture texture, IntRect textureRect ) : System
texture SFML.Graphics.Texture
textureRect IntRect
return System

Reset() public method

public Reset ( ) : void
return void