C# Class DefaultVideoOutput, unity-gb

Inheritance: IVideoOutput
Afficher le fichier Open project: Takohi-Jona/unity-gb Class Usage Examples

Méthodes publiques

Méthode Description
SetPixels ( uint colors ) : void
SetSize ( int w, int h ) : void

Private Methods

Méthode Description
UIntToColor ( uint color ) : Color

Method Details

SetPixels() public méthode

public SetPixels ( uint colors ) : void
colors uint
Résultat void

SetSize() public méthode

public SetSize ( int w, int h ) : void
w int
h int
Résultat void