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 recordRepresents a pointer to / an array ofXrSystemTrackingPropertiesstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemTrackingPropertiesModifier and TypeMethodDescriptionstatic XrSystemTrackingProperties@NotNull XrSystemTrackingPropertiesXrSystemTrackingProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSystemTrackingPropertiesXrSystemTrackingProperties.clone(Arena arena, XrSystemTrackingProperties src) XrSystemTrackingProperties.orientationTracking(int value) XrSystemTrackingProperties.positionTracking(int value) XrSystemTrackingProperties.Ptr.toArray()@NotNull XrSystemTrackingPropertiesXrSystemProperties.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 XrSystemTrackingPropertiesXrSystemTrackingProperties.clone(Arena arena, XrSystemTrackingProperties src) XrSystemProperties.trackingProperties(@NotNull XrSystemTrackingProperties value) voidXrSystemTrackingProperties.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)