Set(int, bool)
Sets the bit at an index to 0 or 1.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public void Set(int pos, bool value)
public void Set(int pos, bool value)