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