Show / Hide Table of Contents

Interface IGameInitializer

Namespace: AssetRipper.Assets.Bundles
Assembly: AssetRipper.Assets.dll
Syntax
public interface IGameInitializer

Properties

| Improve this Doc View Source

DefaultVersion

Declaration
virtual UnityVersion DefaultVersion { get; }
Property Value
Type Description
UnityVersion
| Improve this Doc View Source

DependencyProvider

Declaration
virtual IDependencyProvider DependencyProvider { get; }
Property Value
Type Description
IDependencyProvider
| Improve this Doc View Source

ResourceProvider

Declaration
virtual IResourceProvider ResourceProvider { get; }
Property Value
Type Description
IResourceProvider

Methods

| Improve this Doc View Source

OnCreated(GameBundle, AssetFactoryBase)

Declaration
virtual void OnCreated(GameBundle gameBundle, AssetFactoryBase assetFactory)
Parameters
Type Name Description
GameBundle gameBundle
AssetFactoryBase assetFactory
| Improve this Doc View Source

OnDependenciesInitialized(GameBundle, AssetFactoryBase)

Declaration
virtual void OnDependenciesInitialized(GameBundle gameBundle, AssetFactoryBase assetFactory)
Parameters
Type Name Description
GameBundle gameBundle
AssetFactoryBase assetFactory
| Improve this Doc View Source

OnPathsLoaded(GameBundle, AssetFactoryBase)

Declaration
virtual void OnPathsLoaded(GameBundle gameBundle, AssetFactoryBase assetFactory)
Parameters
Type Name Description
GameBundle gameBundle
AssetFactoryBase assetFactory
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾