Private _linkedPrivate Readonly _linkerPrivate _nextPrivate Readonly _propertyPrivate Readonly _resourcePrivate Readonly _worldPrivate _unifyPrivate parseHere we parse the properties for an entity instance.
[myEntity]
life = 100 mana = 30
class Cmp1 { static requires = { props: { life: ['number', 5], mana: ['number', 5], } } }
class Cmp2 { static requires = { props: { super: ['bool', true] } } }
This function loads all data that is required for the provided entities.
Generated using TypeDoc
Manages the creation of entities for one world.
It glues together: