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