Append static method

void Append(
  1. String rootUrl,
  2. String sceneFilename,
  3. Scene scene, [
  4. void onSuccess(
    1. Scene v
    ),
])

Implementation

external static void Append(String rootUrl, String sceneFilename, Scene scene, [void Function(Scene v) onSuccess]);