loadSkybox abstract method

Future loadSkybox(
  1. String skyboxPath
)

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

Implementation

Future loadSkybox(String skyboxPath);