ContentScaleStretch

    Window.swift:173
    enum ContentScaleStretch

    Cases

    • case fractional

      The content will be stretched according to a fractional factor. This fills all the space available in the window, but allows “pixel wobble” to occur due to uneven pixel scaling.

    • case integer

      The content will be stretched only according to an integer factor, preserving sharp pixels. This may leave a black background visible on the window’s edges depending on the window size.

    Other members in extension

    View members

    Hide members

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

    Types

    Type members

    Instance members

    Show implementation details (1)

    Hide implementation details

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features