Uses of Record Class
club.doki7.openxr.datatype.XrFoveationEyeTrackedStateMETA.Ptr
Packages that use XrFoveationEyeTrackedStateMETA.Ptr
-
Uses of XrFoveationEyeTrackedStateMETA.Ptr in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrFoveationEyeTrackedStateMETA.PtrModifier and TypeMethodDescriptionXrFoveationEyeTrackedStateMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFoveationEyeTrackedStateMETA> consumer) @NotNull XrFoveationEyeTrackedStateMETA.Ptr
XrFoveationEyeTrackedStateMETA.Ptr.offset
(long offset) @NotNull XrFoveationEyeTrackedStateMETA.Ptr
XrFoveationEyeTrackedStateMETA.Ptr.reinterpret
(long newSize) Assume theXrFoveationEyeTrackedStateMETA.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrFoveationEyeTrackedStateMETA.Ptr
that uses the same backing storage as thisXrFoveationEyeTrackedStateMETA.Ptr
, but with the new size.XrFoveationEyeTrackedStateMETA.Ptr.slice
(long end) @NotNull XrFoveationEyeTrackedStateMETA.Ptr
XrFoveationEyeTrackedStateMETA.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).