C# 클래스 Spine.RegionBatcher

Draws batched quads using indices.
파일 보기 프로젝트 열기: EsotericSoftware/spine-runtimes 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GraphicsDevice device ) : void
NextItem ( ) : RegionItem

Returns a pooled RegionItem.

RegionBatcher ( ) : System

비공개 메소드들

메소드 설명
EnsureArrayCapacity ( int itemCount ) : void

Resize and recreate the indices and vertex position color buffers.

FlushVertexArray ( GraphicsDevice device, int count ) : void

Sends the triangle list to the graphics device.

메소드 상세

Draw() 공개 메소드

public Draw ( GraphicsDevice device ) : void
device GraphicsDevice
리턴 void

NextItem() 공개 메소드

Returns a pooled RegionItem.
public NextItem ( ) : RegionItem
리턴 RegionItem

RegionBatcher() 공개 메소드

public RegionBatcher ( ) : System
리턴 System