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