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