IOfflineProvider class abstract

interface IOfflineProvider

Annotations
  • @JS()

Constructors

IOfflineProvider()

Properties

enableSceneOffline bool
getter/setter pair
enableTexturesOffline bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

loadFile(String url, void sceneLoaded(dynamic data), [void progressCallBack(dynamic data), void errorCallback(), bool useArrayBuffer]) → void
loadImage(String url, ImageElement image) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(void successCallback(), void errorCallback()) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited