Class XrDirectionalLightANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrDirectionalLightANDROID extends Struct<XrDirectionalLightANDROID> implements NativeResource
struct XrDirectionalLightANDROID {
    XrStructureType type;
    void * next;
    XrLightEstimateStateANDROID state;
    XrVector3f intensity;
    XrVector3f direction;
}