C# 클래스 OpenEmpires.BatchedSprite

상속: SFML.Graphics.Sprite
파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires 1 사용 예제들

공개 메소드들

메소드 설명
BatchedSprite ( Texture texture ) : System
BatchedSprite ( Texture texture, IntRect textureRect ) : System
Reset ( ) : void

메소드 상세

BatchedSprite() 공개 메소드

public BatchedSprite ( Texture texture ) : System
texture SFML.Graphics.Texture
리턴 System

BatchedSprite() 공개 메소드

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

Reset() 공개 메소드

public Reset ( ) : void
리턴 void