コード例 #1
0
 // Sets the exposure mode. Capture must be started for this to work!
 public static void setExposureMode(LTExposureMode mode)
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         _liveTextureSetExposureMode((int)mode);
     }
 }
コード例 #2
0
ファイル: LiveTextureBinding.cs プロジェクト: pocdev/ar
	// Sets the exposure mode.  Capture must be started for this to work!
    public static void setExposureMode( LTExposureMode mode )
    {
        if( Application.platform == RuntimePlatform.IPhonePlayer )
			_arSetExposureMode( (int)mode );
    }