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