【发布时间】:2020-10-06 18:02:42
【问题描述】:
我有一个 Vector3Int 类型的列表,其中包含我的代理移动的结束位置,我想比较这些值以查看它们是否相等,
伪代码;
if (2 or more items within the list are the same value) {
create a new end of path location for one or more of the agents
}
提前感谢您的帮助
【问题讨论】:
-
你试过什么?如果我给你一张写有数字的纸,作为人类你会怎么做