| Acquire(AsyncOperationHandle) | Increment reference count of operation handle. | 
      
        | Acquire<TObject>(AsyncOperationHandle<TObject>) | Increment reference count of operation handle. | 
      
        | AddUpdateReceiver(IUpdateReceiver) | Add an update reveiver. | 
      
        | CleanupSceneInstances(Scene) | Releases all instances the given scence. | 
      
        | ClearDiagnosticCallbacks() | Clears out the diagnostics callbacks handler. | 
      
        | ClearDiagnosticsCallback() | Clears out the diagnostics callback handler. | 
      
        | CreateChainOperation<TObject>(AsyncOperationHandle, Func<AsyncOperationHandle, AsyncOperationHandle<TObject>>) | Create a chain operation to handle dependencies. | 
      
        | CreateChainOperation<TObject>(AsyncOperationHandle, Func<AsyncOperationHandle, AsyncOperationHandle<TObject>>, bool) | Create a chain operation to handle dependencies. | 
      
        | CreateChainOperation<TObject, TObjectDependency>(AsyncOperationHandle<TObjectDependency>, Func<AsyncOperationHandle<TObjectDependency>, AsyncOperationHandle<TObject>>) | Create a chain operation to handle dependencies. | 
      
        | CreateChainOperation<TObject, TObjectDependency>(AsyncOperationHandle<TObjectDependency>, Func<AsyncOperationHandle<TObjectDependency>, AsyncOperationHandle<TObject>>, bool) | Create a chain operation to handle dependencies. | 
      
        | CreateCompletedOperationWithException<TObject>(TObject, Exception) | Creates an operation that has already completed with a specified result and error message./>. | 
      
        | CreateCompletedOperation<TObject>(TObject, string) | Creates an operation that has already completed with a specified result and error message./>. | 
      
        | CreateGenericGroupOperation(List<AsyncOperationHandle>, bool) | Create a group operation for a set of AsyncOperationHandles | 
      
        | CreateGroupOperation<T>(IList<IResourceLocation>) | Create a group operation for a set of locations. | 
      
        | Dispose() | Disposes internal resources used by the resource manager | 
      
        | GetResourceProvider(Type, IResourceLocation) | Gets the appropriate IResourceProvider for the given locationandtype. | 
      
        | ProvideInstance(IInstanceProvider, IResourceLocation, InstantiationParameters) | Asynchronously instantiate a prefab (GameObject) at the specified location. | 
      
        | ProvideResource<TObject>(IResourceLocation) | Load the TObjectat the specifiedlocation. | 
      
        | ProvideResources<TObject>(IList<IResourceLocation>, Action<TObject>) | Asynchronously load all objects in the given collection of locations.
If any matching location fails, all loads and dependencies will be released.  The returned .Result will be null, and .Status will be Failed. | 
      
        | ProvideResources<TObject>(IList<IResourceLocation>, bool, Action<TObject>) | Asynchronously load all objects in the given collection of locations. | 
      
        | ProvideScene(ISceneProvider, IResourceLocation, LoadSceneMode, bool, int) | Load a scene at a specificed resource location. | 
      
        | ProvideScene(ISceneProvider, IResourceLocation, LoadSceneParameters, bool, int) | Load a scene at a specificed resource location. | 
      
        | RegisterDiagnosticCallback(Action<AsyncOperationHandle, DiagnosticEventType, int, object>) | Register a handler for diagnostic events. | 
      
        | RegisterDiagnosticCallback(Action<DiagnosticEventContext>) | Register a handler for diagnostic events. | 
      
        | Release(AsyncOperationHandle) | Release the operation associated with the specified handle | 
      
        | ReleaseScene(ISceneProvider, AsyncOperationHandle<SceneInstance>) | Release a scene. | 
      
        | RemoveUpdateReciever(IUpdateReceiver) | Remove update receiver. | 
      
        | StartOperation<TObject>(AsyncOperationBase<TObject>, AsyncOperationHandle) | Registers an operation with the ResourceManager. The operation will be executed when the dependencycompletes.
This should only be used when creating custom operations. | 
      
        | TransformInternalId(IResourceLocation) | Checks for an internal id transform function and uses it to modify the internal id value. | 
      
        | UnregisterDiagnosticCallback(Action<DiagnosticEventContext>) | Unregister a handler for diagnostic events. |