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 |
Pattern length value.
Declaration
Swift
public let patternLengthUnits: Double
Scene level where the specified pattern length should be used.
Declaration
Swift
public let sceneLevel: Double