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