buildSkybox abstract method

Future<Skybox> buildSkybox({
  1. Texture? texture = null,
})

Builds a Skybox instance. This will not be attached to any scene until setSkybox is called.

Implementation

Future<Skybox> buildSkybox({Texture? texture = null});