Class XrTrackableObjectConfigurationANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrTrackableObjectConfigurationANDROID extends Struct<XrTrackableObjectConfigurationANDROID> implements NativeResource
struct XrTrackableObjectConfigurationANDROID {
    XrStructureType type;
    void * next;
    uint32_t labelCount;
    XrObjectLabelANDROID const * activeLabels;
}