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