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

Script language

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

ContactFilter2D.useOutsideDepth

public bool useOutsideDepth;

Description

Sets the contact filter to filter within the minDepth and maxDepth range, or outside that range.

useOutsideDepth uses the range between :ref::minDepth and maxDepth to filter depth. Set useOutsideDepth to true to only return object depth outside that range. Set useOutsideDepth to false to only return object depth within that range. It is false by default.

See Also: minDepth, maxDepth & useDepth.