Field Version
This allocator's version number.
Namespace: Unity.Collections
Assembly: solution.dll
Syntax
public ushort Version
Returns
Type | Description |
---|---|
ushort | This allocator's version number. |
Remarks
An allocator function is uniquely identified by its combination of Index and Version together: each index has a version number that starts at 0; the version number is incremented each time the allocator is invalidated. Only the lower 15 bits of Version is in use because when allocator version is larger than 0x7FFF, allocator.ToAllocator returns a negative value which causes problem when comparing to Allocator.None.