Class EnabledBitUtility
Utilities to help manipulate the per-component enabled bits within a given chunk.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[GenerateTestsForBurstCompatibility]
[BurstCompile]
public static class EnabledBitUtility
Methods
Name | Description |
---|---|
TryGetNextRange(v128, int, out int, out int) | Retrieves the next contiguous range of set bits starting at or after the provided index in the provided mask. |