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