AreBitsSet(PhysicsMask)
Checks if all the provided PhysicsMask set bits are also set in this PhysicsMask.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly bool AreBitsSet(PhysicsMask physicsMask)
Parameters
The PhysicsMask bits to compare to this PhysicsMask. If this is zero, false will always be returned.
Returns
Type | Description |
|---|---|
| bool | True if all bits in the specified PhysicsMask are also set in this PhysicsMask, false otherwise. |