Tanoda
VivePointerTarget.cs
Go to the documentation of this file.
1
using
System.Collections;
2
using
System.Collections.Generic;
3
using
UnityEngine
;
4
using
UnityEngine
.
Events
;
5
6
public
class
VivePointerTarget
: MonoBehaviour {
7
8
public
UnityEvent
onPointerClick
;
9
10
11
public
void
OnPointerClick
() {
12
onPointerClick
.Invoke ();
13
}
14
}
VivePointerTarget
Definition:
VivePointerTarget.cs:6
VivePointerTarget.onPointerClick
UnityEvent onPointerClick
Definition:
VivePointerTarget.cs:8
VivePointerTarget.OnPointerClick
void OnPointerClick()
Definition:
VivePointerTarget.cs:11
UnityEngine.Events
UnityEngine
Definition:
HSVPicker/UtilityScripts/BoxSlider.cs:7
Source
Assets
Scripts
VivePointerTarget.cs
Generated by
1.9.3