Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
DefaultVideoOutput
C# Class DefaultVideoOutput, unity-gb
Inheritance:
IVideoOutput
显示文件
Open project: Takohi-Jona/unity-gb
Class Usage Examples
Public Methods
Method
Description
SetPixels
(
uint
colors
) :
void
SetSize
(
int
w
,
int
h
) :
void
Private Methods
Method
Description
UIntToColor
(
uint
color
) :
Color
Method Details
SetPixels()
public
method
public
SetPixels
(
uint
colors
) :
void
colors
uint
return
void
SetSize()
public
method
public
SetSize
(
int
w
,
int
h
) :
void
w
int
h
int
return
void