Skip to content

Entities

Brendan Reddy-Best edited this page Aug 27, 2017 · 1 revision

Essentially, the entity is a tuple vector with a unique UUID for the key and ahashmap for the value. This value maps all of the component's private data to a label within the entity's scope.

["68bc3904-2bb0-4532-8b0b-90e0b4448f4d" #{ [:component_label "component_value" }], [etc.]}

Clone this wiki locally