C# 클래스 Californium.SpriteBatch

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Begin ( ) : void
Draw ( AnimatedSprite sprite, int depth ) : void
Draw ( BatchedSprite sprite, int depth ) : void
End ( RenderTarget rt, RenderStates states, bool depthSort = false ) : void
SpriteBatch ( ) : System
WriteQuad ( int offset, Vector2f position, IntRect rect, System.Color color, Vector2f scale, Vector2f origin, float rotation ) : void

메소드 상세

Begin() 공개 메소드

public Begin ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( AnimatedSprite sprite, int depth ) : void
sprite AnimatedSprite
depth int
리턴 void

Draw() 공개 메소드

public Draw ( BatchedSprite sprite, int depth ) : void
sprite BatchedSprite
depth int
리턴 void

End() 공개 메소드

public End ( RenderTarget rt, RenderStates states, bool depthSort = false ) : void
rt RenderTarget
states SFML.Graphics.RenderStates
depthSort bool
리턴 void

SpriteBatch() 공개 메소드

public SpriteBatch ( ) : System
리턴 System

WriteQuad() 공개 메소드

public WriteQuad ( int offset, Vector2f position, IntRect rect, System.Color color, Vector2f scale, Vector2f origin, float rotation ) : void
offset int
position Vector2f
rect IntRect
color System.Color
scale Vector2f
origin Vector2f
rotation float
리턴 void