LightEstimate.State

  • LightEstimate.State is an enum representing the states of a light estimate.

  • It can be in one of two states: NOT_VALID or VALID.

  • The LightEstimate.State enum inherits methods from java.lang.Enum, java.lang.Object, java.lang.constant.Constable, and java.lang.Comparable.

public static final enum LightEstimate.State

Light Estimate States.

Inherited Methods

Enum Values

NOT_VALID

public static final LightEstimate.State NOT_VALID

The light estimate is not valid this frame

VALID

public static final LightEstimate.State VALID

The light estimate is valid this frame