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.Ptr
XrBodyJointLocationsFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointLocationsFB> consumer) @NotNull XrBodyJointLocationsFB.Ptr
XrBodyJointLocationsFB.Ptr.offset
(long offset) @NotNull XrBodyJointLocationsFB.Ptr
XrBodyJointLocationsFB.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationsFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationsFB.Ptr
that uses the same backing storage as thisXrBodyJointLocationsFB.Ptr
, but with the new size.XrBodyJointLocationsFB.Ptr.slice
(long end) @NotNull XrBodyJointLocationsFB.Ptr
XrBodyJointLocationsFB.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).