API reference
API reference
Select your platform
No SDKs available
No versions available

PointableUnityEventWrapper Class

Extends MonoBehaviour
Exposes Unity pointer events that broadcast pointer events from an IPointable component (ex.
a poke interactable on a button).

Protected Fields

_started : bool
Signature
bool Oculus.Interaction.PointableUnityEventWrapper._started

Properties

WhenCancel : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenCancel
WhenHover : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenHover
WhenMove : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenMove
WhenRelease : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenRelease
WhenSelect : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenSelect
WhenUnhover : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenUnhover
WhenUnselect : UnityEvent< PointerEvent >
[Get]
Signature
UnityEvent<PointerEvent> Oculus.Interaction.PointableUnityEventWrapper.WhenUnselect

Protected Methods

Awake ()
Signature
virtual void Oculus.Interaction.PointableUnityEventWrapper.Awake()
Returns
void
OnDisable ()
Signature
virtual void Oculus.Interaction.PointableUnityEventWrapper.OnDisable()
Returns
void
OnEnable ()
Signature
virtual void Oculus.Interaction.PointableUnityEventWrapper.OnEnable()
Returns
void
Start ()
Signature
virtual void Oculus.Interaction.PointableUnityEventWrapper.Start()
Returns
void

Methods

InjectAllPointableUnityEventWrapper ( pointable )
Signature
void Oculus.Interaction.PointableUnityEventWrapper.InjectAllPointableUnityEventWrapper(IPointable pointable)
Parameters
pointable: IPointable
Returns
void
InjectPointable ( pointable )
Signature
void Oculus.Interaction.PointableUnityEventWrapper.InjectPointable(IPointable pointable)
Parameters
pointable: IPointable
Returns
void