Class XrSystemSpatialAnchorSharingPropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemSpatialAnchorSharingPropertiesBD extends Struct<XrSystemSpatialAnchorSharingPropertiesBD> implements NativeResource

 struct XrSystemSpatialAnchorSharingPropertiesBD {
     XrStructureType type;
     void * next;
     XrBool32 supportsSpatialAnchorSharing;
 }