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