Class BundledAssetProvider
Provides assets stored in an asset bundle.
Inherited Members
Namespace: UnityEngine.ResourceManagement.ResourceProviders
Syntax
public class BundledAssetProvider : ResourceProviderBase, IResourceProvider, IInitializableObject
Methods
Provide(ProvideHandle)
Provide the object specified in the provideHandle.
Declaration
public override void Provide(ProvideHandle provideHandle)
Parameters
Type | Name | Description |
---|---|---|
ProvideHandle | provideHandle | Contains all data needed to provide the requested object. |