Uses of Record Class
club.doki7.openxr.datatype.XrColocationDiscoveryStartInfoMETA
Packages that use XrColocationDiscoveryStartInfoMETA
-
Uses of XrColocationDiscoveryStartInfoMETA in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrColocationDiscoveryStartInfoMETAModifier and TypeMethodDescriptionint
XR.startColocationDiscoveryMETA
(XrSession session, XrColocationDiscoveryStartInfoMETA info, LongPtr discoveryRequestId) -
Uses of XrColocationDiscoveryStartInfoMETA in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrColocationDiscoveryStartInfoMETAModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrColocationDiscoveryStartInfoMETA
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrColocationDiscoveryStartInfoMETAModifier and TypeMethodDescription@NotNull XrColocationDiscoveryStartInfoMETA
XrColocationDiscoveryStartInfoMETA.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrColocationDiscoveryStartInfoMETA.clone
(Arena arena, XrColocationDiscoveryStartInfoMETA src) XrColocationDiscoveryStartInfoMETA.next
(@NotNull MemorySegment value) XrColocationDiscoveryStartInfoMETA.Ptr.toArray()
XrColocationDiscoveryStartInfoMETA.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrColocationDiscoveryStartInfoMETAModifier and TypeMethodDescription@NotNull Iterator
<XrColocationDiscoveryStartInfoMETA> XrColocationDiscoveryStartInfoMETA.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrColocationDiscoveryStartInfoMETAModifier and TypeMethodDescriptionXrColocationDiscoveryStartInfoMETA.clone
(Arena arena, XrColocationDiscoveryStartInfoMETA src) void
XrColocationDiscoveryStartInfoMETA.Ptr.write
(long index, @NotNull XrColocationDiscoveryStartInfoMETA value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrColocationDiscoveryStartInfoMETAModifier and TypeMethodDescriptionXrColocationDiscoveryStartInfoMETA.Ptr.at
(long index, @NotNull Consumer<@NotNull XrColocationDiscoveryStartInfoMETA> consumer)