Class XrSystemAnchorSharingExportPropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemAnchorSharingExportPropertiesANDROID extends Struct<XrSystemAnchorSharingExportPropertiesANDROID> implements NativeResource

 struct XrSystemAnchorSharingExportPropertiesANDROID {
     XrStructureType type;
     void * next;
     XrBool32 supportsAnchorSharingExport;
 }