Class XrLightEstimateANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrLightEstimateANDROID extends Struct<XrLightEstimateANDROID> implements NativeResource
struct XrLightEstimateANDROID {
    XrStructureType type;
    void * next;
    XrLightEstimateStateANDROID state;
    XrTime lastUpdatedTime;
}