SetBits
Sets a single bit to 1 or 0.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
SetBits(int, bool)
Sets a single bit to 1 or 0.
public void SetBits(int pos, bool value)
Parameters
SetBits(int, bool, int)
Sets one or more contiguous bits to 1 or 0.
public void SetBits(int pos, bool value, int numBits)