Exemplo n.º 1
0
        public void CallWildcardPostSolveB(cpSpace space)
        {
            cpCollisionHandler handler = this.handlerB;

            this.swapped = !this.swapped;
            handler.postSolveFunc(this, space, handler.userData);
            this.swapped = !this.swapped;
        }
Exemplo n.º 2
0
        public void CallWildcardPostSolveA(cpSpace space)
        {
            cpCollisionHandler handler = this.handlerA;

            handler.postSolveFunc(this, space, handler.userData);
        }