Exemplo n.º 1
0
    public void OnPointerClick(PointerEventData eventData)
    {
        if (checkImg.activeSelf == false)
        {
            checkImg.SetActive(true);
        }

        //rt.localPosition += new Vector3(0f, 10f, 0f);
        checkImg.GetComponent <RectTransform>().anchoredPosition = (rt.anchoredPosition + new Vector2(-110f, 220f));

        videoPlayerManager.GetSceneNum(sceneNum);
    }