Class XrSpatialBounded2DDataEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialBounded2DDataEXT extends Struct<XrSpatialBounded2DDataEXT> implements NativeResource

 struct XrSpatialBounded2DDataEXT {
     XrPosef center;
     XrExtent2Df extents;
 }