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