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.Ptr
XrSystemFaceTrackingPropertiesFB.Ptr.offset
(long offset) @NotNull XrSystemFaceTrackingPropertiesFB.Ptr
XrSystemFaceTrackingPropertiesFB.Ptr.reinterpret
(long newSize) Assume theXrSystemFaceTrackingPropertiesFB.Ptr
is capable of holding at leastnewSize
structures, create a new viewXrSystemFaceTrackingPropertiesFB.Ptr
that uses the same backing storage as thisXrSystemFaceTrackingPropertiesFB.Ptr
, but with the new size.XrSystemFaceTrackingPropertiesFB.Ptr.slice
(long end) @NotNull XrSystemFaceTrackingPropertiesFB.Ptr
XrSystemFaceTrackingPropertiesFB.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).