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