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