Uses of Record Class
club.doki7.openxr.datatype.XrPlaneDetectorGetInfoEXT
Packages that use XrPlaneDetectorGetInfoEXT
-
Uses of XrPlaneDetectorGetInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPlaneDetectorGetInfoEXTModifier and TypeMethodDescriptionint
XR.getPlaneDetectionsEXT
(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) -
Uses of XrPlaneDetectorGetInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPlaneDetectorGetInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPlaneDetectorGetInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPlaneDetectorGetInfoEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorGetInfoEXT
@NotNull XrPlaneDetectorGetInfoEXT
XrPlaneDetectorGetInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrPlaneDetectorGetInfoEXT
XrPlaneDetectorGetInfoEXT.clone
(Arena arena, XrPlaneDetectorGetInfoEXT src) XrPlaneDetectorGetInfoEXT.next
(@NotNull MemorySegment value) XrPlaneDetectorGetInfoEXT.time
(long value) XrPlaneDetectorGetInfoEXT.Ptr.toArray()
XrPlaneDetectorGetInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPlaneDetectorGetInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrPlaneDetectorGetInfoEXT> XrPlaneDetectorGetInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPlaneDetectorGetInfoEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorGetInfoEXT
XrPlaneDetectorGetInfoEXT.clone
(Arena arena, XrPlaneDetectorGetInfoEXT src) void
XrPlaneDetectorGetInfoEXT.Ptr.write
(long index, @NotNull XrPlaneDetectorGetInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPlaneDetectorGetInfoEXTModifier and TypeMethodDescriptionXrPlaneDetectorGetInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPlaneDetectorGetInfoEXT> consumer)