Ejemplo n.º 1
0
 public void OnOpenGalleryButtonClicked()
 {
     NativeGalleryController.OpenGallery((Texture2D tex, ExifOrientation orientation) => {
         orientationLabel.text = "Orientation: " + orientation;
         ShowTexture(tex);
     });
 }
Ejemplo n.º 2
0
 public void OnOpenGalleryButtonClicked()
 {
     NativeGalleryController.OpenGallery(( Texture2D tex ) => {
         ShowTexture(tex);
     });
 }