TestAny(int, int)
Returns true if at least one of the bits in a range is 1.
Read time 1 minuteLast updated 6 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 one ore more of the bits in range |