Class XrSpatialEntityPersistInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialEntityPersistInfoEXT extends Struct<XrSpatialEntityPersistInfoEXT> implements NativeResource

 struct XrSpatialEntityPersistInfoEXT {
     XrStructureType type;
     void const * next;
     XrSpatialContextEXT spatialContext;
     XrSpatialEntityIdEXT spatialEntityId;
 }