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 |
---|---|
Try |
Retrieves the next contiguous range of set bits starting at or after the provided index in the provided mask. |