OffsetScene

public struct OffsetScene : Equatable

Offset scene.

Important

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

Lifecycle

  • Creates an instance of OffsetScene

    Declaration

    Swift

    public init(scene: Double, offsetUnits: Double)

    Parameters

    scene

    The scene level where the specified offset should be used.

    offsetUnits

    The offset of the line to be created.

Public

  • 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