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.PtrXrBodyJointLocationsHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrBodyJointLocationsHTC> consumer) @NotNull XrBodyJointLocationsHTC.PtrXrBodyJointLocationsHTC.Ptr.offset(long offset) @NotNull XrBodyJointLocationsHTC.PtrXrBodyJointLocationsHTC.Ptr.reinterpret(long newSize) Assume theXrBodyJointLocationsHTC.Ptris capable of holding at leastnewSizestructures, create a new viewXrBodyJointLocationsHTC.Ptrthat uses the same backing storage as thisXrBodyJointLocationsHTC.Ptr, but with the new size.XrBodyJointLocationsHTC.Ptr.slice(long end) @NotNull XrBodyJointLocationsHTC.PtrXrBodyJointLocationsHTC.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).