C# 클래스 UnityGB.EmulatorBase

파일 보기 프로젝트 열기: Takohi-Jona/unity-gb 1 사용 예제들

공개 메소드들

메소드 설명
EmulatorBase ( IVideoOutput video, IAudioOutput audio = null, ISaveMemory saveMemory = null ) : UnityEngine
LoadRom ( byte data ) : void
RunNextStep ( ) : void
SetInput ( Button button, bool pressed ) : void

메소드 상세

EmulatorBase() 공개 메소드

public EmulatorBase ( IVideoOutput video, IAudioOutput audio = null, ISaveMemory saveMemory = null ) : UnityEngine
video IVideoOutput
audio IAudioOutput
saveMemory ISaveMemory
리턴 UnityEngine

LoadRom() 공개 추상적인 메소드

public abstract LoadRom ( byte data ) : void
data byte
리턴 void

RunNextStep() 공개 추상적인 메소드

public abstract RunNextStep ( ) : void
리턴 void

SetInput() 공개 추상적인 메소드

public abstract SetInput ( Button button, bool pressed ) : void
button Button
pressed bool
리턴 void