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