loadSkybox method

  1. @override
Future<void> loadSkybox(
  1. String skyboxPath
)
override

Load a skybox from skyboxPath (which must be a .ktx file)

Implementation

@override
Future<void> loadSkybox(String skyboxPath) async {
  await _shim.loadSkybox(skyboxPath).toDart;
}