コード例 #1
0
    public void WaitForInteract()
    {
        ObjetOverlay.ShowE(this);
        waiting = StartCoroutine(nameof(Waiting));

        BeginForInteract();
    }
コード例 #2
0
    private void Awake()
    {
        if (instance == null)
        {
            instance = this;
        }

        instance.interface_E.SetActive(false);
    }
コード例 #3
0
 public void EndInteract()
 {
     interaction = false;
     end.Invoke();
     ObjetOverlay.HideE();
 }