Property World
World
The World of this EntityManager.
Declaration
[ExcludeFromBurstCompatTesting("Returns managed World")]
public World World { get; }
Property Value
Type | Description |
---|---|
World | A World has one EntityManager and an EntityManager manages the entities of one World. |