Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorUnpersistInfoBD.Ptr
Packages that use XrSpatialAnchorUnpersistInfoBD.Ptr
-
Uses of XrSpatialAnchorUnpersistInfoBD.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpatialAnchorUnpersistInfoBD.PtrModifier and TypeMethodDescriptionXrSpatialAnchorUnpersistInfoBD.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialAnchorUnpersistInfoBD> consumer) @NotNull XrSpatialAnchorUnpersistInfoBD.PtrXrSpatialAnchorUnpersistInfoBD.Ptr.offset(long offset) @NotNull XrSpatialAnchorUnpersistInfoBD.PtrXrSpatialAnchorUnpersistInfoBD.Ptr.reinterpret(long newSize) Assume theXrSpatialAnchorUnpersistInfoBD.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpatialAnchorUnpersistInfoBD.Ptrthat uses the same backing storage as thisXrSpatialAnchorUnpersistInfoBD.Ptr, but with the new size.XrSpatialAnchorUnpersistInfoBD.Ptr.slice(long end) @NotNull XrSpatialAnchorUnpersistInfoBD.PtrXrSpatialAnchorUnpersistInfoBD.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).