OutlineWidthScene

public struct OutlineWidthScene : Equatable

Outline width scene.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Creates an instance of OutlineWidthScene

    Declaration

    Swift

    public init(scene: Double, width: Double)

    Parameters

    scene

    The scene level where the specified width should be used.

    width

    The outline width of the line to be created.

Public

  • The scene level where the specified width should be used.

    Declaration

    Swift

    public let scene: Double
  • The outline width of the line to be created.

    Declaration

    Swift

    public let width: Double