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