Class BaseContentDataLoadPhase
Inheritance
BaseContentDataLoadPhase
Assembly: cs.temp.dll.dll
Syntax
public abstract class BaseContentDataLoadPhase : LoadPhaseBase
Fields
_beamable
Declaration
protected Beamable _beamable
Field Value
_isGlobal
Declaration
Field Value
_userSavedData
Declaration
protected IUserSavedData _userSavedData
Field Value
Methods
GetContentTag()
Declaration
protected virtual string GetContentTag()
Returns
Initialize(Boolean)
Declaration
public virtual ILoadPhase Initialize(bool isGlobal)
Parameters
Type |
Name |
Description |
Boolean |
isGlobal |
|
Returns
Type |
Description |
ILoadPhase |
|
Inject(IResolver)
Declaration
public override void Inject(IResolver resolver)
Parameters
Type |
Name |
Description |
IResolver |
resolver |
|
LoadContentData(Action<IDataProvider[]>)
Declaration
protected virtual void LoadContentData(Action<IDataProvider[]> onComplete)
Parameters
Type |
Name |
Description |
Action<IDataProvider[]> |
onComplete |
|
OnContentDataLoaded(IDataProvider[])
Declaration
protected virtual void OnContentDataLoaded(IDataProvider[] dataProviders)
Parameters
Type |
Name |
Description |
IDataProvider[] |
dataProviders |
|
OnForegroundLoadCompleted()
Declaration
protected virtual void OnForegroundLoadCompleted()
ProcessContentData(IDataProvider[])
Declaration
protected abstract void ProcessContentData(IDataProvider[] dataProviders)
Parameters
Type |
Name |
Description |
IDataProvider[] |
dataProviders |
|
ProcessData(IDataProvider[])
Declaration
protected virtual void ProcessData(IDataProvider[] dataProviders)
Parameters
Type |
Name |
Description |
IDataProvider[] |
dataProviders |
|
RunCancelLogic()
Declaration
protected override void RunCancelLogic()
RunCompleteLogic()
Declaration
protected override void RunCompleteLogic()
RunRevertLogic()
Declaration
protected override void RunRevertLogic()
RunStartLogic()
Declaration
protected override void RunStartLogic()