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