C# 클래스 Ypsilon.Providers.DisplayProvider

상속: IDisplayProvider
파일 보기 프로젝트 열기: ZaneDubya/YCPU 1 사용 예제들

공개 메소드들

메소드 설명
DisplayProvider ( SpriteBatchExtended spriteBatch ) : System.Collections.Generic
RenderLEM ( int busIndex, int chrsWidth, int chrsHeight, byte devicemem, uint chr, uint pal, bool selectPage1, bool doSprites ) : ITexture

비공개 메소드들

메소드 설명
GetDataForDeviceIndex ( int busIndex ) : GraphicsDataForDevice

메소드 상세

DisplayProvider() 공개 메소드

public DisplayProvider ( SpriteBatchExtended spriteBatch ) : System.Collections.Generic
spriteBatch Ypsilon.Core.Graphics.SpriteBatchExtended
리턴 System.Collections.Generic

RenderLEM() 공개 메소드

public RenderLEM ( int busIndex, int chrsWidth, int chrsHeight, byte devicemem, uint chr, uint pal, bool selectPage1, bool doSprites ) : ITexture
busIndex int
chrsWidth int
chrsHeight int
devicemem byte
chr uint
pal uint
selectPage1 bool
doSprites bool
리턴 ITexture