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