Uses of Record Class
club.doki7.openxr.datatype.XrSpatialEntityComponentGetInfoBD
Packages that use XrSpatialEntityComponentGetInfoBD
-
Uses of XrSpatialEntityComponentGetInfoBD in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpatialEntityComponentGetInfoBDModifier and TypeMethodDescriptionintXR.getSpatialEntityComponentDataBD(XrSenseDataSnapshotBD snapshot, XrSpatialEntityComponentGetInfoBD getInfo, XrSpatialEntityComponentDataBaseHeaderBD componentData) -
Uses of XrSpatialEntityComponentGetInfoBD in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpatialEntityComponentGetInfoBDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSpatialEntityComponentGetInfoBDstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpatialEntityComponentGetInfoBDModifier and TypeMethodDescription@NotNull XrSpatialEntityComponentGetInfoBDXrSpatialEntityComponentGetInfoBD.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrSpatialEntityComponentGetInfoBD.clone(Arena arena, XrSpatialEntityComponentGetInfoBD src) XrSpatialEntityComponentGetInfoBD.componentType(int value) XrSpatialEntityComponentGetInfoBD.entityId(long value) XrSpatialEntityComponentGetInfoBD.next(@NotNull MemorySegment value) XrSpatialEntityComponentGetInfoBD.Ptr.toArray()XrSpatialEntityComponentGetInfoBD.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpatialEntityComponentGetInfoBDModifier and TypeMethodDescription@NotNull Iterator<XrSpatialEntityComponentGetInfoBD> XrSpatialEntityComponentGetInfoBD.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSpatialEntityComponentGetInfoBDModifier and TypeMethodDescriptionXrSpatialEntityComponentGetInfoBD.clone(Arena arena, XrSpatialEntityComponentGetInfoBD src) voidXrSpatialEntityComponentGetInfoBD.Ptr.write(long index, @NotNull XrSpatialEntityComponentGetInfoBD value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpatialEntityComponentGetInfoBDModifier and TypeMethodDescriptionXrSpatialEntityComponentGetInfoBD.Ptr.at(long index, @NotNull Consumer<@NotNull XrSpatialEntityComponentGetInfoBD> consumer)