Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pixel
C# Class Pixel, SpaceInvadersRemake
Datei anzeigen
Open project: skahal/SpaceInvadersRemake
Class Usage Examples
Public Properties
Property
Type
Description
Color
Color
X
int
Y
int
Public Methods
Method
Description
Pixel
(
int
x
,
int
y
,
Color32
color
) :
UnityEngine
Method Details
Pixel()
public
method
public
Pixel
(
int
x
,
int
y
,
Color32
color
) :
UnityEngine
x
int
y
int
color
UnityEngine.Color32
return
UnityEngine
Property Details
Color
public_oe property
public
Color
Color
return
Color
X
public_oe property
public
int
X
return
int
Y
public_oe property
public
int
Y
return
int