operator <<(PhysicsMask, int)
Bitwise LEFT-SHIFT operator for PhysicsMask.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Operator
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static PhysicsMask operator <<(PhysicsMask bitMask, int bitShift)
Parameters
The PhysicsMask to perform the operation with.
The number of bits to shift the bitmask.
Returns
Type | Description |
|---|---|
| PhysicsMask | The bit-wise operation using both BitMasks. |