Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


mask

Category mask used to filter which attached shapes contribute. A shape participates iff (shape.contactFilter.categories.bitMask & mask.bitMask)!= 0. Defaults to PhysicsMask.All when the input is created via the parameterless constructor.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsMask mask { readonly get; set; }