Property | Type | Description | |
---|---|---|---|
currentColors | Color[] | ||
matwrapper | MaterialWrapper | ||
renderer | Renderer |
Method | Description | |
---|---|---|
Apply ( ) : void | ||
Awake ( ) : void | ||
GetColor ( int id ) : Color | ||
GetColor ( string id ) : Color | ||
SetColor ( int id, Color color ) : void | ||
SetColor ( string id, Color color ) : void |
public SetColor ( int id, Color color ) : void | ||
id | int | |
color | Color | |
return | void |
public SetColor ( string id, Color color ) : void | ||
id | string | |
color | Color | |
return | void |