EnvironmentBG

    RenderingServer.swift:1332
    enum EnvironmentBG

    Cases

    • case clearColor

      Use the clear color as background.

    • case color

      Use a specified color as the background.

    • case sky

      Use a sky resource for the background.

    • case canvas

      Use a specified canvas layer as the background. This can be useful for instantiating a 2D scene in a 3D world.

    • case keep

      Do not clear the background, use whatever was rendered last frame as the background.

    • case cameraFeed

      Displays a camera feed in the background.

    • case max

      Represents the size of the EnvironmentBG enum.

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (590) members.

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features