ImagePicker is a component for selecting an image as a texture from your device
On a non-mobile device the component searches for images in the MyPictures folder.
On a mobile device the component searches for images from the Pictures folder on the sd card and for the images from the camera.
The component has the following public settings:
- The imagetype searched for.
- To save the imageindex of the last time the component was used.
When the image is selected the Texture of the selected image can be found in the static ImagePicker.CurrentImage property.