PerceivedResolutionResult


public abstract class PerceivedResolutionResult

Known direct subclasses
PerceivedResolutionResult.EntityTooClose

Indicates that the perceived resolution could not be calculated because the entity is too close to the camera.

PerceivedResolutionResult.InvalidCameraView

Indicates that the perceived resolution could not be calculated because the required camera view information was invalid or insufficient for the calculation.

PerceivedResolutionResult.Success

Indicates that the perceived resolution was successfully calculated.


Represents the outcome of an attempt to calculate the perceived resolution of an entity. This sealed class encapsulates the different states: success with the calculated dimensions, or specific failure reasons.

Summary

Nested types

Indicates that the perceived resolution could not be calculated because the entity is too close to the camera.

Indicates that the perceived resolution could not be calculated because the required camera view information was invalid or insufficient for the calculation.

Indicates that the perceived resolution was successfully calculated.