C# Class ColorSelector, hexciter

Inheritance: InteractiveObject
Exibir arquivo Open project: pR0Ps/hexciter Class Usage Examples

Public Methods

Method Description
Current ( ) : Color
DisableSwap ( ) : void
EnableSwap ( ) : void
Init ( ) : void
Init ( int c1, int c2 ) : void
MoveSwap ( ) : void
NewColor ( ) : void
NewColor ( int c ) : void
TapAction ( ) : void
TapSwap ( ) : void

Private Methods

Method Description
Awake ( ) : void

Method Details

Current() public method

public Current ( ) : Color
return Color

DisableSwap() public method

public DisableSwap ( ) : void
return void

EnableSwap() public method

public EnableSwap ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Init() public method

public Init ( int c1, int c2 ) : void
c1 int
c2 int
return void

MoveSwap() public method

public MoveSwap ( ) : void
return void

NewColor() public method

public NewColor ( ) : void
return void

NewColor() public method

public NewColor ( int c ) : void
c int
return void

TapAction() public method

public TapAction ( ) : void
return void

TapSwap() public method

public TapSwap ( ) : void
return void