Uses of Record Class
club.doki7.openxr.datatype.XrSpaceComponentStatusSetInfoFB.Ptr
Packages that use XrSpaceComponentStatusSetInfoFB.Ptr
-
Uses of XrSpaceComponentStatusSetInfoFB.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrSpaceComponentStatusSetInfoFB.PtrModifier and TypeMethodDescriptionXrSpaceComponentStatusSetInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpaceComponentStatusSetInfoFB> consumer) @NotNull XrSpaceComponentStatusSetInfoFB.PtrXrSpaceComponentStatusSetInfoFB.Ptr.offset(long offset) @NotNull XrSpaceComponentStatusSetInfoFB.PtrXrSpaceComponentStatusSetInfoFB.Ptr.reinterpret(long newSize) Assume theXrSpaceComponentStatusSetInfoFB.Ptris capable of holding at leastnewSizestructures, create a new viewXrSpaceComponentStatusSetInfoFB.Ptrthat uses the same backing storage as thisXrSpaceComponentStatusSetInfoFB.Ptr, but with the new size.XrSpaceComponentStatusSetInfoFB.Ptr.slice(long end) @NotNull XrSpaceComponentStatusSetInfoFB.PtrXrSpaceComponentStatusSetInfoFB.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).