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