Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface SkyboxOptions

    Configuration options for the Skydome.

    interface SkyboxOptions {
        name?: string;
        size?: number;
        source: string[] | CubeTexture;
    }
    Index

    Properties

    Properties

    name?: string

    The name of the object. Defaults to "Skydome".

    size?: number

    The size of the skybox cube.

    source: string[] | CubeTexture

    An array of paths to the cube map textures or a CubeTexture instance.