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