MegaTrackerFrameFilter.LocalizationResponse Class

Description

The response of localization request.


Fields

Timestamp

C#

public double Timestamp

InputFrame timestamp when sending the request.

Status

C#

public MegaTrackerLocalizationStatus Status

Localization status.

Blocks

C#

public List<Scene.BlockController> Blocks

Localized Scene.BlockController . There is only one block in the list if localzied. Objects transform and status in the scene does not change with event data in the same time the event is triggered.

ServerResponseDuration

C#

public Optional<double> ServerResponseDuration

The duration in seconds for server response.

ServerCalculationDuration

C#

public Optional<double> ServerCalculationDuration

The duration in seconds for server internal calculation.

ErrorMessage

C#

public Optional<string> ErrorMessage

Error message. It is filled when MegaTrackerFrameFilter.LocalizationResponse.Status is MegaTrackerLocalizationStatus.UnknownError .