Class XrSpatialAnchorPersistInfoBD

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSpatialAnchorPersistInfoBD extends Struct<XrSpatialAnchorPersistInfoBD> implements NativeResource

 struct XrSpatialAnchorPersistInfoBD {
     XrStructureType type;
     void const * next;
     XrPersistenceLocationBD location;
     XrAnchorBD anchor;
 }