Collider | 要获取其接触点的碰撞体。 |
Colliders | 用于获取这些结果的 Collider2D 数组。 |
int
Returns the number of Colliders placed in the Colliders
array.
Retrieves all Colliders in contact with the Collider
.
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contacts | 用于获取这些结果的 ContactPoint2D 数组。 |
int
返回放置在 contacts
数组中的接触数。
Retrieves all contact points in contact with the Collider
.
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
contacts | 用于获取这些结果的 ContactPoint2D 数组。 |
int
返回放置在 contacts
数组中的接触数。
Retrieves all contact points in contact with the Collider
, with the results filtered by the ContactFilter2D
.
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。即使 contactFilter
的 ContactFilter2D.useTriggers 设置为 true,也是如此。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
Colliders | 用于获取这些结果的 Collider2D 数组。 |
int
Returns the number of Colliders placed in the Colliders
array.
Retrieves all Colliders in contact with the Collider
, with the results filtered by the ContactFilter2D
.
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
collider1 | 用于检查是否与 collider2 接触的碰撞体。 |
collider2 | 用于检查是否与 collider1 接触的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
contacts | 用于获取这些结果的 ContactPoint2D 数组。 |
int
返回放置在 contacts
数组中的接触数。
获取 collider1
与 collider2
之间的接触的所有接触点,其结果按 ContactFilter2D
进行筛选。
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。即使 contactFilter
的 ContactFilter2D.useTriggers 设置为 true,也是如此。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked. |
contacts | 用于获取这些结果的 ContactPoint2D 数组。 |
int
返回放置在 contacts
数组中的接触数。
Retrieves all contact points in contact with any of the Collider(s) attached to this rigidbody.
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked. |
Colliders | 用于获取这些结果的 Collider2D 数组。 |
int
Returns the number of Colliders placed in the Colliders
array.
Retrieves all Colliders in contact with any of the Collider(s) attached to this rigidbody.
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked. |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
contacts | 用于获取这些结果的 ContactPoint2D 数组。 |
int
返回放置在 contacts
数组中的接触数。
Retrieves all contact points in contact with any of the Collider(s) attached to this rigidbody, with the results filtered by the ContactFilter2D
.
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。即使 contactFilter
的 ContactFilter2D.useTriggers 设置为 true,也是如此。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | The rigidbody to retrieve contacts for. All Colliders attached to this rigidbody will be checked. |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
Colliders | 用于获取这些结果的 Collider2D 数组。 |
int
Returns the number of Colliders placed in the Colliders
array.
获取与附加到刚体的任何碰撞体接触的所有碰撞体,其结果按 ContactFilter2D
进行筛选。
当获取接触时,应确保提供的数组足够大,能够包含您感兴趣的所有接触。该数组一般会重用,因此其大小应能够返回合理数量的接触。此函数还意味着不发生分配,因此不需要垃圾回收器进行回收。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
Colliders | 用于接收结果的 Collider2D 列表。 |
int
Returns the number of Colliders placed in the Colliders
list.
Retrieves all Colliders in contact with the Collider
.
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
Colliders | 用于接收结果的 Collider2D 列表。 |
int
Returns the number of Colliders placed in the Colliders
list.
Retrieves all Colliders in contact with the Collider
, with the results filtered by the contactFilter2D
.
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contacts | 用于接收结果的 ContactPoint2D 列表。 |
int
返回放置在 contacts
列表中的接触点数。
Retrieves all contact points in contact with the Collider
.
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Collider | 要获取其接触点的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
contacts | 用于接收结果的 ContactPoint2D 列表。 |
int
返回放置在 contacts
列表中的接触点数。
Retrieves all contact points in contact with the Collider
, with the results filtered by the contactFilter2D
.
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。即使 contactFilter
的 ContactFilter2D.useTriggers 设置为 true,也是如此。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
collider1 | 用于检查是否与 collider2 接触的碰撞体。 |
collider2 | 用于检查是否与 collider1 接触的碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
contacts | 用于接收结果的 ContactPoint2D 列表。 |
int
返回放置在 contacts
列表中的接触点数。
获取 collider1
与 collider2
之间的接触的所有接触点,其结果按 contactFilter2D
进行筛选。
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。即使 contactFilter
的 ContactFilter2D.useTriggers 设置为 true,也是如此。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | 要获取其接触点的刚体。将检查附加到刚体的所有碰撞体。 |
Colliders | 用于接收结果的 Collider2D 列表。 |
int
Returns the number of Colliders placed in the Colliders
list.
获取与附加到刚体的任何碰撞体接触的所有碰撞体。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | 要获取其接触点的刚体。将检查附加到刚体的所有碰撞体。 |
contactFilter | 接触筛选器,用于以不同方式筛选结果,例如按层遮罩、Z 深度或法线角度。 |
Colliders | 用于接收结果的 Collider2D 列表。 |
int
Returns the number of Colliders placed in the Colliders
list.
获取与附加到刚体的任何碰撞体接触的所有碰撞体,其结果按 contactFilter2D
进行筛选。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | 要获取其接触点的刚体。将检查附加到刚体的所有碰撞体。 |
contacts | 用于接收结果的 ContactPoint2D 列表。 |
int
返回放置在 contacts
列表中的接触点数。
获取与附加到刚体的任何碰撞体接触的所有接触点。
如果接触点涉及被设置为触发器的 Collider2D,则这里不会返回这些接触点,因为触发碰撞体没有接触点。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
rigidbody | 要获取其接触点的刚体。将检查附加到刚体的所有碰撞体。 |
contactFilter | 返回放置在 contacts 列表中的接触点数。 |
contacts | 用于接收结果的 ContactPoint2D 列表。 |
int
返回放置在 contacts
列表中的接触点数。
获取与附加到刚体的任何碰撞体接触的所有碰撞体,其结果按 contactFilter2D
进行筛选。
该整数返回值是写入到 results
列表中的结果数。如果结果列表中没有足够的元素来报告所有这些结果,则会调整列表的大小。这可在 results
列表无需调整大小时防止为结果分配内存,可在经常执行查询时提高垃圾收集性能。
也可以通过 contactFilter
对结果进行筛选。
另请参阅:Collider2D.GetContacts 和 Rigidbody2D.GetContacts。
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.