Uses of Record Class
club.doki7.openxr.datatype.XrPlaneDetectorBeginInfoEXT
Packages that use XrPlaneDetectorBeginInfoEXT
-
Uses of XrPlaneDetectorBeginInfoEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPlaneDetectorBeginInfoEXTModifier and TypeMethodDescriptionint
XR.beginPlaneDetectionEXT
(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorBeginInfoEXT beginInfo) -
Uses of XrPlaneDetectorBeginInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPlaneDetectorBeginInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPlaneDetectorBeginInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPlaneDetectorBeginInfoEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorBeginInfoEXT
@NotNull XrPlaneDetectorBeginInfoEXT
XrPlaneDetectorBeginInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrPlaneDetectorBeginInfoEXT.boundingBoxExtent
(@NotNull XrExtent3DfEXT value) XrPlaneDetectorBeginInfoEXT.boundingBoxExtent
(Consumer<@NotNull XrExtent3DfEXT> consumer) XrPlaneDetectorBeginInfoEXT.boundingBoxPose
(@NotNull XrPosef value) XrPlaneDetectorBeginInfoEXT.boundingBoxPose
(Consumer<@NotNull XrPosef> consumer) static XrPlaneDetectorBeginInfoEXT
XrPlaneDetectorBeginInfoEXT.clone
(Arena arena, XrPlaneDetectorBeginInfoEXT src) XrPlaneDetectorBeginInfoEXT.maxPlanes
(int value) XrPlaneDetectorBeginInfoEXT.minArea
(float value) XrPlaneDetectorBeginInfoEXT.next
(@NotNull MemorySegment value) XrPlaneDetectorBeginInfoEXT.orientationCount
(int value) XrPlaneDetectorBeginInfoEXT.orientations
(@Nullable IntPtr value) XrPlaneDetectorBeginInfoEXT.semanticTypeCount
(int value) XrPlaneDetectorBeginInfoEXT.semanticTypes
(@Nullable IntPtr value) XrPlaneDetectorBeginInfoEXT.time
(long value) XrPlaneDetectorBeginInfoEXT.Ptr.toArray()
XrPlaneDetectorBeginInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPlaneDetectorBeginInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrPlaneDetectorBeginInfoEXT> XrPlaneDetectorBeginInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPlaneDetectorBeginInfoEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorBeginInfoEXT
XrPlaneDetectorBeginInfoEXT.clone
(Arena arena, XrPlaneDetectorBeginInfoEXT src) void
XrPlaneDetectorBeginInfoEXT.Ptr.write
(long index, @NotNull XrPlaneDetectorBeginInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPlaneDetectorBeginInfoEXTModifier and TypeMethodDescriptionXrPlaneDetectorBeginInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPlaneDetectorBeginInfoEXT> consumer)