SceneLoader class

Annotations
  • @JS()

Constructors

SceneLoader()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

Append(String rootUrl, String sceneFilename, Scene scene, [void onSuccess(Scene v)]) → void
ImportMesh(List<String> meshNames, String rootUrl, String sceneFileName, Scene scene, [void onSuccess(List meshes, List particleSystems, List skeletons, List animationGroups, List transformNodes, List geometries, List lights)]) → void
LoadAssetContainer(String rootUrl, String sceneFilename, Scene scene, void onSuccess(AssetContainer v)) → void