Interface ICoreLoadable
Provides the base interface for an object that contains loading logic with no specified duration.
Namespace: AlchemyBow.Core
Assembly: AlchemyBow.Core.dll
Syntax
public interface ICoreLoadable
Methods
Load(OperationHandle)
Starts the loading process.
Declaration
void Load(OperationHandle handle)
Parameters
Type | Name | Description |
---|---|---|
OperationHandle | handle | The handle of the loading process. |