PatternLengthScene
public struct PatternLengthScene : Equatable
Pattern length scene.
-
Creates an instance of
PatternLengthScene
.Declaration
Swift
public init(sceneLevel: Double, patternLengthUnits: Double)
Parameters
sceneLevel
Scene level where the specified pattern length should be used.
patternLengthUnits
Pattern length value
-
Scene level where the specified pattern length should be used.
Declaration
Swift
public let sceneLevel: Double
-
Pattern length value.
Declaration
Swift
public let patternLengthUnits: Double