Class IdGeneratorUShort
Inheritance
object
IdGeneratorUShort
Assembly: LiteEntitySystem.dll
Syntax
public class IdGeneratorUShort
Constructors
IdGeneratorUShort(ushort, ushort)
Declaration
public IdGeneratorUShort(ushort initialValue, ushort maxValue)
Parameters
Properties
AvailableIds
Declaration
public int AvailableIds { get; }
Property Value
Methods
GetNewId()
Declaration
Returns
Reset()
Declaration
ReuseId(ushort)
Declaration
public void ReuseId(ushort id)
Parameters
Type |
Name |
Description |
ushort |
id |
|