junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
769 stars 109 forks source link

[Question] Using UuidEntityManager #656

Closed pylvain closed 2 years ago

pylvain commented 2 years ago

Hi,

Looking at the wiki and the javadoc, I can't figure out how to use UuidEntityManager. The wiki page on UuidManager seems to be outdated ( I can't find the function setManager on the javadoc)

Thank you for your attention.

pylvain commented 2 years ago

Using with() solved my problem

val config = WorldConfigurationBuilder.with(UuidEntityManager()).build()