Optional
Static
UUID to identify the entity across instances The ID is generated and must be manually maintained when syncing with another instance
Add a component to this entity
Rest
Add event listener
Add a tag to this entity Tagging can be used to mark the entity instead of using an empty marker-component Tags cannot be queried for! They are only markers and should be implemented and used as lean and light-weight as possible.
Clone this entity with all of its components and tags. This is done by serializing and de-serializing the entity
SerDe to use for serialization
UUID of new component
Get a component of a certain type which is associated with this entity
Get number of components associated with this entity
Get all components
Get number of tags associated with this entity
Get all tags
Check if a certain component is associated with this entity
Check if this entity has a given tag
Un-associate a component from this entity
Remove a listener
Remove a tag from this entity
Generated using TypeDoc
UUID to identify the entity across instances The ID is generated and must be manually maintained when syncing with another instance