Uses of Record Class
club.doki7.openxr.datatype.XrFacialExpressionClientCreateInfoML
Packages that use XrFacialExpressionClientCreateInfoML
-
Uses of XrFacialExpressionClientCreateInfoML in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrFacialExpressionClientCreateInfoMLModifier and TypeMethodDescriptionintXR.createFacialExpressionClientML(XrSession session, XrFacialExpressionClientCreateInfoML createInfo, XrFacialExpressionClientML.Ptr facialExpressionClient) -
Uses of XrFacialExpressionClientCreateInfoML in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFacialExpressionClientCreateInfoMLModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrFacialExpressionClientCreateInfoMLstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFacialExpressionClientCreateInfoMLModifier and TypeMethodDescription@NotNull XrFacialExpressionClientCreateInfoMLXrFacialExpressionClientCreateInfoML.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrFacialExpressionClientCreateInfoML.clone(Arena arena, XrFacialExpressionClientCreateInfoML src) XrFacialExpressionClientCreateInfoML.next(@NotNull MemorySegment value) XrFacialExpressionClientCreateInfoML.requestedCount(int value) XrFacialExpressionClientCreateInfoML.requestedFacialBlendShapes(@Nullable IntPtr value) XrFacialExpressionClientCreateInfoML.Ptr.toArray()XrFacialExpressionClientCreateInfoML.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFacialExpressionClientCreateInfoMLModifier and TypeMethodDescription@NotNull Iterator<XrFacialExpressionClientCreateInfoML> XrFacialExpressionClientCreateInfoML.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrFacialExpressionClientCreateInfoMLModifier and TypeMethodDescriptionXrFacialExpressionClientCreateInfoML.clone(Arena arena, XrFacialExpressionClientCreateInfoML src) voidXrFacialExpressionClientCreateInfoML.Ptr.write(long index, @NotNull XrFacialExpressionClientCreateInfoML value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFacialExpressionClientCreateInfoMLModifier and TypeMethodDescriptionXrFacialExpressionClientCreateInfoML.Ptr.at(long index, @NotNull Consumer<@NotNull XrFacialExpressionClientCreateInfoML> consumer)