Uses of Record Class
club.doki7.openxr.datatype.XrSpatialAnchorPersistInfoBD
Packages that use XrSpatialAnchorPersistInfoBD
-
Uses of XrSpatialAnchorPersistInfoBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionintXR.persistSpatialAnchorAsyncBD(XrSenseDataProviderBD provider, XrSpatialAnchorPersistInfoBD info, XrFutureEXT.Ptr future) -
Uses of XrSpatialAnchorPersistInfoBD in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSpatialAnchorPersistInfoBDstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionstatic XrSpatialAnchorPersistInfoBDXrSpatialAnchorPersistInfoBD.anchor(@Nullable XrAnchorBD value) @NotNull XrSpatialAnchorPersistInfoBDXrSpatialAnchorPersistInfoBD.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpatialAnchorPersistInfoBDXrSpatialAnchorPersistInfoBD.clone(Arena arena, XrSpatialAnchorPersistInfoBD src) XrSpatialAnchorPersistInfoBD.location(int value) XrSpatialAnchorPersistInfoBD.next(@NotNull MemorySegment value) XrSpatialAnchorPersistInfoBD.Ptr.toArray()XrSpatialAnchorPersistInfoBD.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescription@NotNull Iterator<XrSpatialAnchorPersistInfoBD> XrSpatialAnchorPersistInfoBD.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionstatic XrSpatialAnchorPersistInfoBDXrSpatialAnchorPersistInfoBD.clone(Arena arena, XrSpatialAnchorPersistInfoBD src) voidXrSpatialAnchorPersistInfoBD.Ptr.write(long index, @NotNull XrSpatialAnchorPersistInfoBD value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialAnchorPersistInfoBDModifier and TypeMethodDescriptionXrSpatialAnchorPersistInfoBD.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialAnchorPersistInfoBD> consumer)