Fix getTarget docs (#1404)

This commit is contained in:
Jade
2024-08-29 13:20:03 +08:00
committed by GitHub
parent 8c09cd2cb3
commit 50ea32c82d
2 changed files with 3 additions and 0 deletions

View File

@@ -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 {