DefaultEcs DefaultEcs.Resource.AResourceManager<TInfo,TResource> AResourceManager<TInfo,TResource>.Load(TInfo) Method Loads a resource of type TResource using the provided TInfo parameter. protected abstract TResource Load(TInfo info); Parameters info TInfo The TInfo instance used to load the resource. Returns TResource The TResource instance.