TestAny(int, int)
Returns true if any of the bits in a contiguous range are 1.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool TestAny(int pos, int numBits = 1)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if at least one bit in the contiguous range is 1. |