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