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