Class XrSystemSpatialEntitySharingPropertiesMETA

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

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