Example #1
0
 void Awake()
 {
     instance = this;
 }
Example #2
0
 void Start()
 {
     // get the gestures listener
     gestureListener = RoomGestureListener.Instance;
 }
 void Start()
 {
     // get the gestures listener
     gestureListener = RoomGestureListener.Instance;
 }
Example #4
0
 void Awake()
 {
     instance = this;
 }