예제 #1
0
    //Magix
    public override bool Invoke()
    {
        Debug.Log("Invoking Ritual");
        Debug.Log("children: " + Shards.Count);
        bool revisit = Shards.Invoke();

        OnAir = revisit && Parent == null;
        return(revisit);
    }
예제 #2
0
파일: Method.cs 프로젝트: spook-dev/hci-vr
 public override bool Invoke()
 {
     Debug.Log("Invoking method");
     receivingFromOwnBreak = Statements.Invoke();
     return(receivingFromOwnBreak);
 }