Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDepth(float, float)

Sets the ContactFilter2D.minDepth and ContactFilter2D.maxDepth filter properties and turns on depth filtering by setting ContactFilter2D.useDepth to true.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public void SetDepth(float minDepth, float maxDepth)

Parameters

minDepth

The value used to set ContactFilter2D.minDepth.

maxDepth

The value used to set ContactFilter2D.maxDepth.