C# Class SimonSaysApp.CubeData

Mostra file Open project: alexmullans/Siftables-Emulator

Public Methods

Method Description
CubeData ( int color ) : Sifteo
GetCubeColor ( ) : int
SetCubeColor ( int color ) : void

Method Details

CubeData() public method

public CubeData ( int color ) : Sifteo
color int
return Sifteo

GetCubeColor() public method

public GetCubeColor ( ) : int
return int

SetCubeColor() public method

public SetCubeColor ( int color ) : void
color int
return void