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.PtrXrHapticBaseHeader.Ptr.at(long index, @NotNull Consumer<@NotNull XrHapticBaseHeader> consumer) XrInteractionProfileAnalogThresholdVALVE.offHaptic(int assumedCount) XrInteractionProfileDpadBindingEXT.offHaptic(int assumedCount) @NotNull XrHapticBaseHeader.PtrXrHapticBaseHeader.Ptr.offset(long offset) XrInteractionProfileAnalogThresholdVALVE.onHaptic(int assumedCount) XrInteractionProfileDpadBindingEXT.onHaptic(int assumedCount) @NotNull XrHapticBaseHeader.PtrXrHapticBaseHeader.Ptr.reinterpret(long newSize) Assume theXrHapticBaseHeader.Ptris capable of holding at leastnewSizestructures, create a new viewXrHapticBaseHeader.Ptrthat uses the same backing storage as thisXrHapticBaseHeader.Ptr, but with the new size.XrHapticBaseHeader.Ptr.slice(long end) @NotNull XrHapticBaseHeader.PtrXrHapticBaseHeader.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).