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