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