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