DashLengthScene

public struct DashLengthScene : Equatable

Dash length scene.

Important

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

Lifecycle

  • Creates an instance of DashLengthScene

    Declaration

    Swift

    public init(sceneLevel: Double, dashLengthUnits: Double)

    Parameters

    sceneLevel

    Scene level where the specified dash length should be used.

    dashLengthUnits

    Dash length value.

Public

  • Scene level where the specified dash length should be used.

    Declaration

    Swift

    public let sceneLevel: Double
  • Dash length value.

    Declaration

    Swift

    public let dashLengthUnits: Double