C# Class ColorToSwitch, Adagio

Inheritance: MonoBehaviour
Show file Open project: technicalvgda/Adagio

Public Properties

Property Type Description
colSM ColorToMatch,

Public Methods

Method Description
Cswitch ( int state ) : void
getColor ( ) : Color

Private Methods

Method Description
Awake ( ) : void

Method Details

Cswitch() public method

public Cswitch ( int state ) : void
state int
return void

getColor() public method

public getColor ( ) : Color
return Color

Property Details

colSM public property

public ColorToMatch, colSM
return ColorToMatch,