Table of Contents

Class IdGeneratorUShort

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

Constructors

IdGeneratorUShort(ushort, ushort)

public IdGeneratorUShort(ushort initialValue, ushort maxValue)

Parameters

initialValue ushort
maxValue ushort

Properties

AvailableIds

public int AvailableIds { get; }

Property Value

int

Methods

GetNewId()

public ushort GetNewId()

Returns

ushort

Reset()

public void Reset()

ReuseId(ushort)

public void ReuseId(ushort id)

Parameters

id ushort