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