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