Create a ManagedResource<TInfo,TResource> object
public static DefaultEcs.Resource.ManagedResource<TInfo,TResource> Create<TInfo>(TInfo info);
TInfo
The infos used to identify the resources.
info
TInfo
The info used to identify the resource.
DefaultEcs.Resource.ManagedResource<TInfo,TResource>
The ManagedResource<TInfo,TResource> object.