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