예제 #1
0
 /// @cond
 /// <summary>
 /// This MonoBehavior's Start() implementation.
 /// </summary>
 protected virtual void Start()
 {
     GvrPointerInputModule.OnPointerCreated(this);
 }
예제 #2
0
 public static void OnPointerCreated(GvrBasePointer createdPointer)
 {
     GvrPointerInputModule.OnPointerCreated(createdPointer);
 }