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