IsBitSet(int)
Is the specified bit set.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly bool IsBitSet(int bitIndex)
Parameters
The bit index in the range [0, 63].
Returns
Type | Description |
|---|---|
| bool | Whether the specified bit is set or not. |