Uses of Record Class
club.doki7.openxr.datatype.XrSpaceShareInfoFB.Ptr
Packages that use XrSpaceShareInfoFB.Ptr
-
Uses of XrSpaceShareInfoFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpaceShareInfoFB.PtrModifier and TypeMethodDescriptionstatic XrSpaceShareInfoFB.Ptr
XrSpaceShareInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceShareInfoFB> consumer) @NotNull XrSpaceShareInfoFB.Ptr
XrSpaceShareInfoFB.Ptr.offset
(long offset) @NotNull XrSpaceShareInfoFB.Ptr
XrSpaceShareInfoFB.Ptr.reinterpret
(long newSize) Assume theXrSpaceShareInfoFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSpaceShareInfoFB.Ptr
that uses the same backing storage as thisXrSpaceShareInfoFB.Ptr
, but with the new size.XrSpaceShareInfoFB.Ptr.slice
(long end) @NotNull XrSpaceShareInfoFB.Ptr
XrSpaceShareInfoFB.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).