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.Ptr
XrRoomLayoutFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrRoomLayoutFB> consumer) @NotNull XrRoomLayoutFB.Ptr
XrRoomLayoutFB.Ptr.offset
(long offset) @NotNull XrRoomLayoutFB.Ptr
XrRoomLayoutFB.Ptr.reinterpret
(long newSize) Assume theXrRoomLayoutFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrRoomLayoutFB.Ptr
that uses the same backing storage as thisXrRoomLayoutFB.Ptr
, but with the new size.XrRoomLayoutFB.Ptr.slice
(long end) @NotNull XrRoomLayoutFB.Ptr
XrRoomLayoutFB.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).