Ejemplo n.º 1
0
    override public void handleUnfocus(ControlInput controller, ControlInput.ControllerDescription controllerObject)
    {
        if (!touchingTeleport.ContainsKey(controllerObject))
        {
            touchingTeleport[controllerObject] = false;
        }

        controller.setStandardBeam(controllerObject);
        touchingTeleport[controllerObject] = false;
    }