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