ToLayerMask()
Convert the lower 32-bits of the 64-bit mask to the 32-bit LayerMask. A LayerMask is only 32-bits wide so the upper 32-bits of the PhysicsMask will be ignored.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly LayerMask ToLayerMask()
Returns
Type | Description |
|---|---|
| LayerMask | A 32-bit layer-mask converted from the lower 32-bits of the 64-bit mask. |