C# Class SolidColor

Inheritance: MonoBehaviour
Show file Open project: ekumenlabs/Garkanoid Class Usage Examples

Public Properties

Property Type Description
color Color

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

color public property

public Color color
return Color