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