Class XrSystemSpatialSensingPropertiesBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemSpatialSensingPropertiesBD extends Struct<XrSystemSpatialSensingPropertiesBD> implements NativeResource

 struct XrSystemSpatialSensingPropertiesBD {
     XrStructureType type;
     void * next;
     XrBool32 supportsSpatialSensing;
 }