Beispiel #1
0
    void OpenCamera()
    {
        ScriptItemPhoto sip = GetCurrentItemPhoto();

        if (sip == null)
        {
            return;
        }
        if (Application.platform == RuntimePlatform.Android)
        {
            AndroidMgr.OpenCamera(new EventDelegate(this, "GotPhoto"));
        }
        else
        {
        }
    }