Uses of Record Class
club.doki7.openxr.handle.XrSpatialAnchorsStorageML.Ptr
Packages that use XrSpatialAnchorsStorageML.Ptr
-
Uses of XrSpatialAnchorsStorageML.Ptr in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorsStorageML.PtrModifier and TypeMethodDescriptionintXR.createSpatialAnchorsStorageML(XrSession session, XrSpatialAnchorsCreateStorageInfoML createInfo, XrSpatialAnchorsStorageML.Ptr storage) -
Uses of XrSpatialAnchorsStorageML.Ptr in club.doki7.openxr.handle
Methods in club.doki7.openxr.handle that return XrSpatialAnchorsStorageML.PtrModifier and TypeMethodDescriptionXrSpatialAnchorsStorageML.Ptr.allocate(Arena arena, @Nullable XrSpatialAnchorsStorageML @NotNull [] values) XrSpatialAnchorsStorageML.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrSpatialAnchorsStorageML> values) XrSpatialAnchorsStorageML.Ptr.allocateV(Arena arena, @Nullable XrSpatialAnchorsStorageML value0, @Nullable XrSpatialAnchorsStorageML... values) XrSpatialAnchorsStorageML.Ptr.offset(long offset) XrSpatialAnchorsStorageML.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorsStorageML.Ptris capable of holding at leastnewSizehandles, create a new viewXrSpatialAnchorsStorageML.Ptrthat uses the same backing storage as thisXrSpatialAnchorsStorageML.Ptr, but with the new size.XrSpatialAnchorsStorageML.Ptr.slice(long end) XrSpatialAnchorsStorageML.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).