Exemple #1
0
 public void Take()
 {
     Assert.IsNotNull(UTXO, "You forgot to initialize the UTXO for this button");
     if (Application.platform == RuntimePlatform.WindowsEditor)
     {
         OnCameraShotComplete(DebugTexture, "");
     }
     else
     {
         NativeToolkit.OnCameraShotComplete += OnCameraShotComplete;
         NativeToolkit.TakeCameraShot();
     }
 }
Exemple #2
0
 public void OnCameraPress()
 {
     NativeToolkit.TakeCameraShot();
 }
Exemple #3
0
 void Photograph()
 {
     NativeToolkit.TakeCameraShot();
 }