Class InitializeAddressablesPhase
Inheritance
InitializeAddressablesPhase
Assembly: cs.temp.dll.dll
Syntax
public class InitializeAddressablesPhase : LoadPhaseBase, ILoadPhase, ISequenceable, IProgressCompletable, IProgressable, ICompletable, IInjectable
Fields
_initializeOp
Declaration
protected AsyncOperationHandle<IResourceLocator> _initializeOp
Field Value
Type |
Description |
AsyncOperationHandle<IResourceLocator> |
|
Properties
NormalizedProgress
Declaration
public override float NormalizedProgress { get; }
Property Value
Overrides
Methods
Cleanup()
Declaration
public override void Cleanup()
Overrides
HandleOpCompleted(AsyncOperationHandle<IResourceLocator>)
Declaration
protected virtual void HandleOpCompleted(AsyncOperationHandle<IResourceLocator> obj)
Parameters
Type |
Name |
Description |
AsyncOperationHandle<IResourceLocator> |
obj |
|
RunCancelLogic()
Declaration
protected override void RunCancelLogic()
Overrides
RunCompleteLogic()
Declaration
protected override void RunCompleteLogic()
Overrides
RunRevertLogic()
Declaration
protected override void RunRevertLogic()
Overrides
RunStartLogic()
Declaration
protected override void RunStartLogic()
Overrides
Implements