| 110 | } |
| 111 | |
| 112 | bool Scene2DLayer::xmlLoadState(const QDomElement& element) { |
| 113 | if (element.isNull()) { |
| 114 | return true; |
| 115 | } |
| 116 | return loadOptions(element); |
| 117 | } |
| 118 | |
| 119 | std::optional<int64_t> Scene2DLayer::lastTrackerTimeNs() const noexcept { |
| 120 | return last_tracker_time_ns_; |