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 TypeMethodDescriptionintXR.destroyAnchorBD(XrAnchorBD anchor) intXR.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 XrAnchorBDXrAnchorSpaceCreateInfoBD.anchor()@Nullable XrAnchorBDXrSpatialAnchorCreateCompletionBD.anchor()@Nullable XrAnchorBDXrSpatialAnchorPersistInfoBD.anchor()@Nullable XrAnchorBDXrSpatialAnchorShareInfoBD.anchor()@Nullable XrAnchorBDXrSpatialAnchorUnpersistInfoBD.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 recordRepresents a pointer toXrAnchorBDhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrAnchorBDModifier and TypeMethodDescription@Nullable XrAnchorBDXrAnchorBD.Ptr.read()@Nullable XrAnchorBDXrAnchorBD.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.PtrXrAnchorBD.Ptr.allocate(Arena arena, @Nullable XrAnchorBD @NotNull [] values) static XrAnchorBD.PtrXrAnchorBD.Ptr.allocateV(Arena arena, @Nullable XrAnchorBD value0, @Nullable XrAnchorBD... values) voidXrAnchorBD.Ptr.write(long index, @Nullable XrAnchorBD value) voidXrAnchorBD.Ptr.write(@Nullable XrAnchorBD value) voidXrAnchorBD.Ptr.write(@Nullable XrAnchorBD[] values) voidXrAnchorBD.Ptr.writeV(@Nullable XrAnchorBD value0, @Nullable XrAnchorBD... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrAnchorBDModifier and TypeMethodDescriptionstatic XrAnchorBD.PtrXrAnchorBD.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrAnchorBD> values)