Method SetDefaultRayColor
SetDefaultRayColor(IUsesSetDefaultRayColor, Transform, Color)
Set the color of the default ray
Declaration
public static void SetDefaultRayColor(this IUsesSetDefaultRayColor user, Transform rayOrigin, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| IUsesSetDefaultRayColor | user | The functionality user |
| Transform | rayOrigin | The ray on which to set the color |
| Color | color | The color to set on the default ray |