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