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