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 recordRepresents a pointer to / an array ofXrSystemAnchorPropertiesHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemAnchorPropertiesHTCModifier and TypeMethodDescriptionstatic XrSystemAnchorPropertiesHTC@NotNull XrSystemAnchorPropertiesHTCXrSystemAnchorPropertiesHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSystemAnchorPropertiesHTCXrSystemAnchorPropertiesHTC.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 XrSystemAnchorPropertiesHTCXrSystemAnchorPropertiesHTC.clone(Arena arena, XrSystemAnchorPropertiesHTC src) voidXrSystemAnchorPropertiesHTC.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)