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