Skip to content

Commit

Permalink
Fix getTarget docs (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Aug 29, 2024
1 parent 8c09cd2 commit 50ea32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public boolean hasTargets() {
/**
* Returns a copy of the vector of targets.
*
* <p>Returned in the order set by target sort mode.
*
* @return A copy of the vector of targets.
*/
public List<PhotonTrackedTarget> getTargets() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ class PhotonPipelineResult {

/**
* Returns a reference to the vector of targets.
* <p> Returned in the order set by target sort mode. </p>
* @return A reference to the vector of targets.
*/
const std::span<const PhotonTrackedTarget> GetTargets() const {
Expand Down

0 comments on commit 50ea32c

Please sign in to comment.