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