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