Skip to content

Commit

Permalink
isTracked, currentVisibleRatio, objectiveVisibleRatio make to interan…
Browse files Browse the repository at this point in the history
…al access
  • Loading branch information
GeekTree0101 committed May 13, 2024
1 parent 85467e4 commit a321670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/SushiBelt/SushiBeltTrackerItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ public struct SushiBeltTrackerItem {
}

public private(set) var rect: SushiBeltTrackerItemRect
public private(set) var isTracked: Bool = false
public private(set) var currentVisibleRatio: CGFloat = 0.0
public private(set) var objectiveVisibleRatio: CGFloat = 0.0
public private(set) var timestamp: Date
var isTracked: Bool = false
var currentVisibleRatio: CGFloat = 0.0
var objectiveVisibleRatio: CGFloat = 0.0

public init(id: Identifier, rect: SushiBeltTrackerItemRect) {
self.id = id
Expand Down

0 comments on commit a321670

Please sign in to comment.