Summary
Apply Color to all materials of a Renderer
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Utils - Containing Type
- GameObjectUtils
Syntax
public static void ApplyColorOnRenderer(Renderer rend, Color color)
Parameters
Name | Type | Description |
---|---|---|
rend | Renderer | The Renderer modified |
color | Color | The color to apply |
Return Value
Type | Description |
---|---|
void |