FogVolumeShape

    RenderingServer.swift:835
    enum FogVolumeShape

    Cases

    • case ellipsoid

      FogVolume will be shaped like an ellipsoid (stretched sphere).

    • case cone

      FogVolume will be shaped like a cone pointing upwards (in local coordinates). The cone’s angle is set automatically to fill the size. The cone will be adjusted to fit within the size. Rotate the FogVolume node to reorient the cone. Non-uniform scaling via size is not supported (scale the FogVolume node instead).

    • case cylinder

      FogVolume will be shaped like an upright cylinder (in local coordinates). Rotate the FogVolume node to reorient the cylinder. The cylinder will be adjusted to fit within the size. Non-uniform scaling via size is not supported (scale the FogVolume node instead).

    • case box

      FogVolume will be shaped like a box.

    • case world

      FogVolume will have no shape, will cover the whole world and will not be culled.

    • case max

      Represents the size of the FogVolumeShape enum.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features