C# Class ColorSelector, hexciter

Inheritance: InteractiveObject
Afficher le fichier Open project: pR0Ps/hexciter Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Awake ( ) : void

Method Details

Current() public méthode

public Current ( ) : Color
Résultat Color

DisableSwap() public méthode

public DisableSwap ( ) : void
Résultat void

EnableSwap() public méthode

public EnableSwap ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Init() public méthode

public Init ( int c1, int c2 ) : void
c1 int
c2 int
Résultat void

MoveSwap() public méthode

public MoveSwap ( ) : void
Résultat void

NewColor() public méthode

public NewColor ( ) : void
Résultat void

NewColor() public méthode

public NewColor ( int c ) : void
c int
Résultat void

TapAction() public méthode

public TapAction ( ) : void
Résultat void

TapSwap() public méthode

public TapSwap ( ) : void
Résultat void