예제 #1
0
 void Awake()
 {
     cam = Camera.allCameras [1];
     interactionStateManager = Component.FindObjectOfType <InteractionStateManager> ();
 }
예제 #2
0
파일: Behaviour.cs 프로젝트: AFreu/Vibbi
 void Awake()
 {
     interactionStateManager = Component.FindObjectOfType <InteractionStateManager> ();
 }
예제 #3
0
파일: Rotatable.cs 프로젝트: AFreu/Vibbi
 void Awake()
 {
     interactionStateManager = Component.FindObjectOfType <InteractionStateManager> ();
     cam = interactionStateManager.GetCamera(tag);
 }