C# Class SocialGame.CheckFigure

Inheritance: Check
Exibir arquivo Open project: BrainProject/UnityTemp

Public Properties

Property Type Description
check bool

Public Methods

Method Description
Start ( ) : void
UnCheck ( ) : void

uncheck this check.

changeColorMaterial ( Color color ) : void

Changes the color material.

thisActivate ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

UnCheck() public method

uncheck this check.
public UnCheck ( ) : void
return void

changeColorMaterial() public method

Changes the color material.
public changeColorMaterial ( Color color ) : void
color UnityEngine.Color Color.
return void

thisActivate() public method

public thisActivate ( ) : void
return void

Property Details

check public_oe property

public bool check
return bool