Class XrSpatialComponentObjectSemanticLabelListANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialComponentObjectSemanticLabelListANDROID extends Struct<XrSpatialComponentObjectSemanticLabelListANDROID> implements NativeResource
struct XrSpatialComponentObjectSemanticLabelListANDROID {
    XrStructureType type;
    void * next;
    uint32_t semanticLabelCount;
    XrSpatialObjectSemanticLabelANDROID * semanticLabels;
}