Beispiel #1
0
 /// <summary>
 /// Starts up component.
 /// </summary>
 protected void Start()
 {
     MLRaycastStarterKit.Start();
     MLEyesStarterKit.Start();
     #if PLATFORM_LUMIN
     #endif
 }
Beispiel #2
0
 /// <summary>
 /// Cleans up component.
 /// </summary>
 protected void OnDestroy()
 {
     MLRaycastStarterKit.Stop();
     MLEyesStarterKit.Stop();
 }