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