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