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