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