Uses of Record Class
club.doki7.openxr.datatype.XrBodyJointLocationsHTC.Ptr
Packages that use XrBodyJointLocationsHTC.Ptr
-
Uses of XrBodyJointLocationsHTC.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrBodyJointLocationsHTC.PtrModifier and TypeMethodDescriptionstatic XrBodyJointLocationsHTC.Ptr
XrBodyJointLocationsHTC.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBodyJointLocationsHTC> consumer) @NotNull XrBodyJointLocationsHTC.Ptr
XrBodyJointLocationsHTC.Ptr.offset
(long offset) @NotNull XrBodyJointLocationsHTC.Ptr
XrBodyJointLocationsHTC.Ptr.reinterpret
(long newSize) Assume theXrBodyJointLocationsHTC.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrBodyJointLocationsHTC.Ptr
that uses the same backing storage as thisXrBodyJointLocationsHTC.Ptr
, but with the new size.XrBodyJointLocationsHTC.Ptr.slice
(long end) @NotNull XrBodyJointLocationsHTC.Ptr
XrBodyJointLocationsHTC.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).