Uses of Record Class
club.doki7.openxr.datatype.XrHandMeshUpdateInfoMSFT.Ptr
Packages that use XrHandMeshUpdateInfoMSFT.Ptr
-
Uses of XrHandMeshUpdateInfoMSFT.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrHandMeshUpdateInfoMSFT.PtrModifier and TypeMethodDescriptionstatic XrHandMeshUpdateInfoMSFT.PtrXrHandMeshUpdateInfoMSFT.Ptr.at(long index, @NotNull Consumer<@NotNull XrHandMeshUpdateInfoMSFT> consumer) @NotNull XrHandMeshUpdateInfoMSFT.PtrXrHandMeshUpdateInfoMSFT.Ptr.offset(long offset) @NotNull XrHandMeshUpdateInfoMSFT.PtrXrHandMeshUpdateInfoMSFT.Ptr.reinterpret(long newSize) Assume theXrHandMeshUpdateInfoMSFT.Ptris capable of holding at leastnewSizestructures, create a new viewXrHandMeshUpdateInfoMSFT.Ptrthat uses the same backing storage as thisXrHandMeshUpdateInfoMSFT.Ptr, but with the new size.XrHandMeshUpdateInfoMSFT.Ptr.slice(long end) @NotNull XrHandMeshUpdateInfoMSFT.PtrXrHandMeshUpdateInfoMSFT.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).