C# Class Colorizer, MyProjects

Inheritance: ComponentBase, IUpdateable
Show file Open project: usunyu/MyProjects Class Usage Examples

Public Properties

Property Type Description
diffuseColor Color
material Material

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

diffuseColor public property

public Color diffuseColor
return Color

material public property

public Material material
return Material