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