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.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemHandTrackingMeshPropertiesMSFT.Ptrthat 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).