/// <summary>
 /// Sets the focus mode.  Capture must be started for this to work!
 /// </summary>
 public void setFocusMode(ARFocusMode mode)
 {
     _peekSetFocusMode((int)mode);
 }
Пример #2
0
 // Sets the focus mode.  Capture must be started for this to work!
 public static void setFocusMode( ARFocusMode mode )
 {
     if( Application.platform == RuntimePlatform.IPhonePlayer )
         _arSetFocusMode( (int)mode );
 }