C# Class Pixel, SpaceInvadersRemake

Show file 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 property

public Color Color
return Color

X public property

public int X
return int

Y public property

public int Y
return int