Esempio n. 1
0
    public void ClickImageButton()
    {
        //Debug.Log("이미지 인식버튼");
        myAgent.isImgCheck = true;

        if (TEST_MODE)
        {
            float[] testVal = { 14.0f };
            myAgent.AgentAction(testVal, "Test");
        }
    }