Uses of Record Class
club.doki7.openxr.datatype.XrSpatialEntityAnchorCreateInfoBD
Packages that use XrSpatialEntityAnchorCreateInfoBD
-
Uses of XrSpatialEntityAnchorCreateInfoBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityAnchorCreateInfoBDModifier and TypeMethodDescriptionintXR.createSpatialEntityAnchorBD(XrSenseDataProviderBD provider, XrSpatialEntityAnchorCreateInfoBD createInfo, XrAnchorBD.Ptr anchor) -
Uses of XrSpatialEntityAnchorCreateInfoBD in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialEntityAnchorCreateInfoBDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSpatialEntityAnchorCreateInfoBDstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialEntityAnchorCreateInfoBDModifier and TypeMethodDescription@NotNull XrSpatialEntityAnchorCreateInfoBDXrSpatialEntityAnchorCreateInfoBD.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSpatialEntityAnchorCreateInfoBD.clone(Arena arena, XrSpatialEntityAnchorCreateInfoBD src) XrSpatialEntityAnchorCreateInfoBD.entityId(long value) XrSpatialEntityAnchorCreateInfoBD.next(@NotNull MemorySegment value) XrSpatialEntityAnchorCreateInfoBD.snapshot(@Nullable XrSenseDataSnapshotBD value) XrSpatialEntityAnchorCreateInfoBD.Ptr.toArray()XrSpatialEntityAnchorCreateInfoBD.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialEntityAnchorCreateInfoBDModifier and TypeMethodDescription@NotNull Iterator<XrSpatialEntityAnchorCreateInfoBD> XrSpatialEntityAnchorCreateInfoBD.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSpatialEntityAnchorCreateInfoBDModifier and TypeMethodDescriptionXrSpatialEntityAnchorCreateInfoBD.clone(Arena arena, XrSpatialEntityAnchorCreateInfoBD src) voidXrSpatialEntityAnchorCreateInfoBD.Ptr.write(long index, @NotNull XrSpatialEntityAnchorCreateInfoBD value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialEntityAnchorCreateInfoBDModifier and TypeMethodDescriptionXrSpatialEntityAnchorCreateInfoBD.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialEntityAnchorCreateInfoBD> consumer)