Uses of Record Class
club.doki7.openxr.datatype.XrBodyTrackerCreateInfoFB
Packages that use XrBodyTrackerCreateInfoFB
-
Uses of XrBodyTrackerCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBodyTrackerCreateInfoFBModifier and TypeMethodDescriptionintXR.createBodyTrackerFB(XrSession session, XrBodyTrackerCreateInfoFB createInfo, XrBodyTrackerFB.Ptr bodyTracker) -
Uses of XrBodyTrackerCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBodyTrackerCreateInfoFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrBodyTrackerCreateInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBodyTrackerCreateInfoFBModifier and TypeMethodDescriptionstatic XrBodyTrackerCreateInfoFB@NotNull XrBodyTrackerCreateInfoFBXrBodyTrackerCreateInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrBodyTrackerCreateInfoFB.bodyJointSet(int value) static XrBodyTrackerCreateInfoFBXrBodyTrackerCreateInfoFB.clone(Arena arena, XrBodyTrackerCreateInfoFB src) XrBodyTrackerCreateInfoFB.next(@NotNull MemorySegment value) XrBodyTrackerCreateInfoFB.Ptr.toArray()XrBodyTrackerCreateInfoFB.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBodyTrackerCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator<XrBodyTrackerCreateInfoFB> XrBodyTrackerCreateInfoFB.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrBodyTrackerCreateInfoFBModifier and TypeMethodDescriptionstatic XrBodyTrackerCreateInfoFBXrBodyTrackerCreateInfoFB.clone(Arena arena, XrBodyTrackerCreateInfoFB src) voidXrBodyTrackerCreateInfoFB.Ptr.write(long index, @NotNull XrBodyTrackerCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBodyTrackerCreateInfoFBModifier and TypeMethodDescriptionXrBodyTrackerCreateInfoFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrBodyTrackerCreateInfoFB> consumer)