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