Uses of Record Class
club.doki7.openxr.datatype.XrSystemFaceTrackingPropertiesFB
Packages that use XrSystemFaceTrackingPropertiesFB
-
Uses of XrSystemFaceTrackingPropertiesFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemFaceTrackingPropertiesFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemFaceTrackingPropertiesFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemFaceTrackingPropertiesFBModifier and TypeMethodDescription@NotNull XrSystemFaceTrackingPropertiesFB
XrSystemFaceTrackingPropertiesFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSystemFaceTrackingPropertiesFB.clone
(Arena arena, XrSystemFaceTrackingPropertiesFB src) XrSystemFaceTrackingPropertiesFB.next
(@NotNull MemorySegment value) XrSystemFaceTrackingPropertiesFB.supportsFaceTracking
(int value) XrSystemFaceTrackingPropertiesFB.Ptr.toArray()
XrSystemFaceTrackingPropertiesFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemFaceTrackingPropertiesFBModifier and TypeMethodDescription@NotNull Iterator
<XrSystemFaceTrackingPropertiesFB> XrSystemFaceTrackingPropertiesFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemFaceTrackingPropertiesFBModifier and TypeMethodDescriptionXrSystemFaceTrackingPropertiesFB.clone
(Arena arena, XrSystemFaceTrackingPropertiesFB src) void
XrSystemFaceTrackingPropertiesFB.Ptr.write
(long index, @NotNull XrSystemFaceTrackingPropertiesFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemFaceTrackingPropertiesFBModifier and TypeMethodDescriptionXrSystemFaceTrackingPropertiesFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemFaceTrackingPropertiesFB> consumer)