Sets up current AResourceManager<TInfo,TResource> instance to react to ManagedResource<TInfo,TResource> components on Entity instances of the provided World.
Once no Entity contains a ManagedResource<TInfo,TResource> component anymore, the shared TResource resource is disposed automatically.
public System.IDisposable Manage(DefaultEcs.World world);
world
World
The World instance on which to react to ManagedResource<TInfo,TResource> components.
System.IDisposable
An System.IDisposable instance used to make current AResourceManager<TInfo,TResource> instance stop reacting to ManagedResource<TInfo,TResource> component of the provided World.