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