C# Class ColorToMatchButton, Adagio

Inheritance: MonoBehaviour
Mostrar archivo Open project: technicalvgda/Adagio

Public Properties

Property Type Description
colM ColorToMatch,
colS ColorToSwitch,
match bool

Public Methods

Method Description
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
getMatch ( ) : bool

Method Details

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getMatch() public method

public getMatch ( ) : bool
return bool

Property Details

colM public_oe property

public ColorToMatch, colM
return ColorToMatch,

colS public_oe property

public ColorToSwitch, colS
return ColorToSwitch,

match public_oe property

public bool match
return bool