WidthScene

public struct WidthScene : Equatable

Width scene.

  • Creates an instance of WidthScene.

    Declaration

    Swift

    public init(scene: Double, width: Double)

    Parameters

    scene

    The scene level where the specified width should be used.

    width

    The width of the line to be created.

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let width: Double