Hover
: bool
[Get] |
Signature
bool Hover |
OnDisable
()
|
Signature
virtual void OnDisable() Returns void |
OnHoverChanged
()
|
Signature
virtual void OnHoverChanged() Returns void |
PlayHaptics
(
hapticsClip
)
|
Signature
void PlayHaptics(OVRHapticsClip hapticsClip) Parameters hapticsClip: OVRHapticsClipReturns void |
Setup
(
owner
)
|
OnPointerClick
()
|
The function that is called by the PointerHandler when the pointer clicked onto the UI component.
Expect to be overriden by inherited classes.
Signature
virtual void OnPointerClick() Returns void |
OnPointerEnter
()
|
The function that is called by the PointerHandler when the pointer enters into the UI component.
Signature
void OnPointerEnter() Returns void |
OnPointerExit
()
|
The function that is called by the PointerHandler when the pointer exits from the UI component.
Signature
void OnPointerExit() Returns void |