OffsetScene
public struct OffsetScene : Equatable
Offset scene.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
OffsetSceneDeclaration
Swift
public init(scene: Double, offsetUnits: Double)Parameters
sceneThe scene level where the specified offset should be used.
offsetUnitsThe offset of the line to be created.
-
The scene level where the specified offset should be used.
Declaration
Swift
public let scene: Double -
The offset of the line to be created.
Declaration
Swift
public let offsetUnits: Double
OffsetScene Structure Reference