Namespace: Esri.GameEngine
Class: Esri/GameEngine/ArcGISLoadable
Since: 1.0.0
Summary
An interface for loading metadata for an object.
Properties
Property | Type | Nullable | Readonly | Summary |
---|---|---|---|---|
ArcGIS | Yes | Yes | The load error. | |
No | Yes | The load status. |
Methods
Signature | Return Type | Summary |
---|---|---|
Cancels loading metadata for the object. | ||
Load() | Loads the metadata for the object asynchronously. | |
Loads or retries loading metadata for the object asynchronously. |
CancelLoad
virtual void CancelLoad() = 0
Cancels loading metadata for the object.
Since 1.0.0
Returns void
RetryLoad
virtual void RetryLoad() = 0
Loads or retries loading metadata for the object asynchronously.
Since 1.0.0
Returns void
Events
Name | Type | Summary |
---|---|---|
Done | Callback, called when the object is done loading. | |
Load | Callback, called when the loadable load status changed. |