Uses of Record Class
club.doki7.openxr.datatype.XrSemanticLabelsSupportInfoFB
Packages that use XrSemanticLabelsSupportInfoFB
-
Uses of XrSemanticLabelsSupportInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSemanticLabelsSupportInfoFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSemanticLabelsSupportInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSemanticLabelsSupportInfoFBModifier and TypeMethodDescription@NotNull XrSemanticLabelsSupportInfoFBXrSemanticLabelsSupportInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSemanticLabelsSupportInfoFB.clone(Arena arena, XrSemanticLabelsSupportInfoFB src) XrSemanticLabelsSupportInfoFB.flags(long value) XrSemanticLabelsSupportInfoFB.next(@NotNull MemorySegment value) XrSemanticLabelsSupportInfoFB.recognizedLabels(@Nullable BytePtr value) XrSemanticLabelsSupportInfoFB.Ptr.toArray()XrSemanticLabelsSupportInfoFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSemanticLabelsSupportInfoFBModifier and TypeMethodDescription@NotNull Iterator<XrSemanticLabelsSupportInfoFB> XrSemanticLabelsSupportInfoFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSemanticLabelsSupportInfoFBModifier and TypeMethodDescriptionXrSemanticLabelsSupportInfoFB.clone(Arena arena, XrSemanticLabelsSupportInfoFB src) voidXrSemanticLabelsSupportInfoFB.Ptr.write(long index, @NotNull XrSemanticLabelsSupportInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSemanticLabelsSupportInfoFBModifier and TypeMethodDescriptionXrSemanticLabelsSupportInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrSemanticLabelsSupportInfoFB> consumer)