コード例 #1
0
    public void BotClickEvent()
    {
        if (agentType == AgentType.CLICKONLY)
        {
            graphicCanvas.AddBotClick();
        }

        Instantiate(botDecal, transform.position + transform.forward * 35f, Quaternion.identity);
    }