loadSkybox method
Load a skybox from skyboxPath
(which must be a .ktx file)
Implementation
@override
Future<void> loadSkybox(String skyboxPath) async {
await _shim.loadSkybox(skyboxPath).toDart;
}
Load a skybox from skyboxPath
(which must be a .ktx file)
@override
Future<void> loadSkybox(String skyboxPath) async {
await _shim.loadSkybox(skyboxPath).toDart;
}