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