DashLengthScene
public struct DashLengthScene : Equatable
Dash length scene.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
DashLengthSceneDeclaration
Swift
public init(sceneLevel: Double, dashLengthUnits: Double)Parameters
sceneLevelScene level where the specified dash length should be used.
dashLengthUnitsDash length value.
-
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
DashLengthScene Structure Reference