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