Exemplo n.º 1
0
    public void doAction()
    {
        //Debug.Log("GetInteraction의 doAction() 실행.");
        if (triggerObj == null)
        {
            Debug.Log("참조된 상호작용 오브젝트가 없습니다");
            return;
        }
        triggerInteraction.doAction();

        Debug.Log(triggerObj.gameObject.name);
    }