Class IdGeneratorByte
- Namespace
- LiteEntitySystem
- Assembly
- LiteEntitySystem.dll
public class IdGeneratorByte
- Inheritance
-
objectIdGeneratorByte
Constructors
IdGeneratorByte(byte, byte)
public IdGeneratorByte(byte initialValue, byte maxValue)
Parameters
Properties
AvailableIds
public int AvailableIds { get; }
Property Value
Methods
GetNewId()
public byte GetNewId()
Returns
Reset()
public void Reset()
ReuseId(byte)
public void ReuseId(byte id)
Parameters
id
byte