IsSet(int)
Returns true if the bit at an index is 1.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool IsSet(int pos)
Parameters
Index of the bit to test.
Returns
Type | Description |
|---|---|
| bool | True if the bit at the index is 1. |