Interface IProvidesSetDefaultRayColor
Provide the ability to set the color of the default ray
Namespace: Unity.Labs.EditorXR.Interfaces
Syntax
public interface IProvidesSetDefaultRayColor : IFunctionalityProvider
Methods
SetDefaultRayColor(Transform, Color)
Set the color of the default ray
Declaration
void SetDefaultRayColor(Transform rayOrigin, Color color)
Parameters
Type | Name | Description |
---|---|---|
Transform | rayOrigin | The ray on which to set the color |
Color | color | The color to set on the default ray |