在 CGRectIntersectsRect 中的调用错误中缺少参数 #2

Posted

技术标签:

【中文标题】在 CGRectIntersectsRect 中的调用错误中缺少参数 #2【英文标题】:missing parameter #2 in call error in CGRectIntersectsRect 【发布时间】:2016-08-31 11:52:15 【问题描述】:

我正在用 swift 编写一个小游戏,其中一艘船必须绕过障碍物。但是,我在 CGRectInersectsRect 中不断收到此“调用中的参数 #2 缺少参数”错误。我已经检查了如何在目录中调用它,并且正确调用它。我的代码有什么问题?这里是:

 if (CGRectIntersectsRect(boat: CGRect, obstacleImageView: CGRect)) 
        endGame()
    

【问题讨论】:

【参考方案1】:

if (CGRectIntersectsRect(boat.frame, obstacleImageView.frame)) endGame()

CGRect 是参数的一种类型。调用函数时不应该使用它。

【讨论】:

我之前尝试过,但是当我运行应用程序时,它什么也没做

以上是关于在 CGRectIntersectsRect 中的调用错误中缺少参数 #2的主要内容,如果未能解决你的问题,请参考以下文章

为啥对象与 CGRectIntersectsRect 重叠?

CGRectIntersectsRect 未检测到相交视图

通过 CGRect Intersects Rect 过滤 ns 可变数组

对包含在 2 个单独的父 UIView 中的子视图进行碰撞检测?

在发生碰撞之前检测到碰撞

CGRect