Field Log2Alignment
Log2 of the byte alignment.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public byte Log2Alignment
Returns
Type | Description |
---|---|
byte | Log2 of the byte alignment. |
Remarks
The alignment must always be power of 2. Storing the alignment as its log2 helps enforces this.