Interface ISetContentIdLoadPhase
This ILoadPhase determines which IContent to load based on the IUserSavedData and active IEventSettings.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface ISetContentIdLoadPhase : ILoadPhase, IAsyncLoadable, IInjectable
Methods
Initialize(String, String)
Initialize the ILoadPhase with the contentIdToLoad
we wish to load and the
mainGameContentId
if the operation fails due to IContent being invalid or
IEventContent is complete.
Declaration
void Initialize(string contentIdToLoad, string mainGameContentId)
Parameters
Type | Name | Description |
---|---|---|
String | contentIdToLoad | |
String | mainGameContentId |