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