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.Ptris capable of holding at leastnewSizestructures, create a new viewXrSystemFaceTrackingProperties2FB.Ptrthat 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).