IsSet(int)
Returns true if the bit at a position is 1.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool IsSet(int pos)
Parameters
Position in the bit field (must be 0-63).
Returns
Type | Description |
|---|---|
| bool | True if the bit at the position is 1. |