C# Class DefaultEmulatorManager, unity-gb

Inheritance: MonoBehaviour
Mostra file Open project: Takohi-Jona/unity-gb Class Usage Examples

Public Properties

Property Type Description
Filename string
ScreenRenderer Renderer

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
LoadRom ( string filename ) : IEnumerator
Run ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Filename public_oe property

public string Filename
return string

ScreenRenderer public_oe property

public Renderer ScreenRenderer
return Renderer