Legacy Documentation: Version 2017.2 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

CollisionDetectionMode.ContinuousDynamic

Description

Continuous collision detection is on for colliding with static and dynamic geometry.

Prevent this Rigidbody from passing through static mesh geometry, and through other Rigidbodies which have continuous collision detection enabled, when it is moving fast. This is the slowest collision detection mode, and should only be used for selected fast moving objects.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答