Uses of Record Class
club.doki7.openxr.handle.XrAnchorBD
Packages that use XrAnchorBD
-
Uses of XrAnchorBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrAnchorBDModifier and TypeMethodDescriptionint
XR.destroyAnchorBD
(XrAnchorBD anchor) int
XR.getAnchorUuidBD
(XrAnchorBD anchor, XrUuidEXT uuid) -
Uses of XrAnchorBD in club.doki7.openxr.datatype
Methods in club.doki7.openxr.datatype that return XrAnchorBDModifier and TypeMethodDescription@Nullable XrAnchorBD
XrAnchorSpaceCreateInfoBD.anchor()
@Nullable XrAnchorBD
XrSpatialAnchorCreateCompletionBD.anchor()
@Nullable XrAnchorBD
XrSpatialAnchorPersistInfoBD.anchor()
@Nullable XrAnchorBD
XrSpatialAnchorShareInfoBD.anchor()
@Nullable XrAnchorBD
XrSpatialAnchorUnpersistInfoBD.anchor()
Methods in club.doki7.openxr.datatype with parameters of type XrAnchorBDModifier and TypeMethodDescriptionXrAnchorSpaceCreateInfoBD.anchor
(@Nullable XrAnchorBD value) XrSpatialAnchorCreateCompletionBD.anchor
(@Nullable XrAnchorBD value) XrSpatialAnchorPersistInfoBD.anchor
(@Nullable XrAnchorBD value) XrSpatialAnchorShareInfoBD.anchor
(@Nullable XrAnchorBD value) XrSpatialAnchorUnpersistInfoBD.anchor
(@Nullable XrAnchorBD value) -
Uses of XrAnchorBD in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrAnchorBDModifier and TypeClassDescriptionstatic final record
Represents a pointer toXrAnchorBD
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrAnchorBDModifier and TypeMethodDescription@Nullable XrAnchorBD
XrAnchorBD.Ptr.read()
@Nullable XrAnchorBD
XrAnchorBD.Ptr.read
(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrAnchorBDMethods in club.doki7.openxr.handle with parameters of type XrAnchorBDModifier and TypeMethodDescriptionstatic XrAnchorBD.Ptr
XrAnchorBD.Ptr.allocate
(Arena arena, @Nullable XrAnchorBD @NotNull [] values) static XrAnchorBD.Ptr
XrAnchorBD.Ptr.allocateV
(Arena arena, @Nullable XrAnchorBD value0, @Nullable XrAnchorBD... values) void
XrAnchorBD.Ptr.write
(long index, @Nullable XrAnchorBD value) void
XrAnchorBD.Ptr.write
(@Nullable XrAnchorBD value) void
XrAnchorBD.Ptr.write
(@Nullable XrAnchorBD[] values) void
XrAnchorBD.Ptr.writeV
(@Nullable XrAnchorBD value0, @Nullable XrAnchorBD... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrAnchorBDModifier and TypeMethodDescriptionstatic XrAnchorBD.Ptr
XrAnchorBD.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrAnchorBD> values)