Class XrSystemSpatialAnchorPropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemSpatialAnchorPropertiesBD extends Struct<XrSystemSpatialAnchorPropertiesBD> implements NativeResource
struct XrSystemSpatialAnchorPropertiesBD {
    XrStructureType type;
    void * next;
    XrBool32 supportsSpatialAnchor;
}