Table of Contents

Class IdGeneratorByte

Namespace
LiteEntitySystem
Assembly
LiteEntitySystem.dll
public class IdGeneratorByte
Inheritance
object
IdGeneratorByte

Constructors

IdGeneratorByte(byte, byte)

public IdGeneratorByte(byte initialValue, byte maxValue)

Parameters

initialValue byte
maxValue byte

Properties

AvailableIds

public int AvailableIds { get; }

Property Value

int

Methods

GetNewId()

public byte GetNewId()

Returns

byte

Reset()

public void Reset()

ReuseId(byte)

public void ReuseId(byte id)

Parameters

id byte