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