The id of an entity
Utility to get nominally typed type-aliases See Approach 4 in https://michalzalecki.com/nominal-typing-in-typescript/
The two parts of ComponentId combined in to 1 number. Good for use as a key in a map.
A short typeId that's better for network message size but requires a lookup in the ClassRegistry 16-bit sequential id
A long type id that is computable from the typename 64-bit hash
The human readable name of the type, must be globally unique.
EntityIds are 32 bits
Scheduled a callback repeatedly at periodMS
milliseconds after the start of each callback call.
Avoids the period being dependent on execution time. This is not guaranteed if the callback takes longer than periodMS
or if the executor is hogged by other code.
Name of the callback used in errors and warnings.
Generated using TypeDoc
The id of the type of a component