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