API reference

RayInteractorDebugGizmos Class

Extends MonoBehaviour

Properties

HoverColor : Color
[Get][Set]
Signature
Color HoverColor
NormalColor : Color
[Get][Set]
Signature
Color NormalColor
RayWidth : float
[Get][Set]
Signature
float RayWidth
SelectColor : Color
[Get][Set]
Signature
Color SelectColor

Protected Methods

Start ()
Signature
virtual void Start()
Returns
void

Methods

InjectAllRayInteractorDebugGizmos ( rayInteractor )
Signature
void InjectAllRayInteractorDebugGizmos(RayInteractor rayInteractor)
Parameters
rayInteractor: RayInteractor
Returns
void
InjectRayInteractor ( rayInteractor )
Signature
void InjectRayInteractor(RayInteractor rayInteractor)
Parameters
rayInteractor: RayInteractor
Returns
void