Uses of Record Class
club.doki7.openxr.handle.XrPlaneDetectorEXT
Packages that use XrPlaneDetectorEXT
-
Uses of XrPlaneDetectorEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPlaneDetectorEXTModifier and TypeMethodDescriptionintXR.beginPlaneDetectionEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorBeginInfoEXT beginInfo) intXR.destroyPlaneDetectorEXT(XrPlaneDetectorEXT planeDetector) intXR.getPlaneDetectionsEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) intXR.getPlaneDetectionStateEXT(XrPlaneDetectorEXT planeDetector, IntPtr state) intXR.getPlanePolygonBufferEXT(XrPlaneDetectorEXT planeDetector, long planeId, int polygonBufferIndex, XrPlaneDetectorPolygonBufferEXT polygonBuffer) -
Uses of XrPlaneDetectorEXT in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrPlaneDetectorEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer toXrPlaneDetectorEXThandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrPlaneDetectorEXTModifier and TypeMethodDescription@Nullable XrPlaneDetectorEXTXrPlaneDetectorEXT.Ptr.read()@Nullable XrPlaneDetectorEXTXrPlaneDetectorEXT.Ptr.read(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrPlaneDetectorEXTModifier and TypeMethodDescription@NotNull Iterator<XrPlaneDetectorEXT> XrPlaneDetectorEXT.Ptr.iterator()Methods in club.doki7.openxr.handle with parameters of type XrPlaneDetectorEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorEXT.PtrXrPlaneDetectorEXT.Ptr.allocate(Arena arena, @Nullable XrPlaneDetectorEXT @NotNull [] values) static XrPlaneDetectorEXT.PtrXrPlaneDetectorEXT.Ptr.allocateV(Arena arena, @Nullable XrPlaneDetectorEXT value0, @Nullable XrPlaneDetectorEXT... values) voidXrPlaneDetectorEXT.Ptr.write(long index, @Nullable XrPlaneDetectorEXT value) voidXrPlaneDetectorEXT.Ptr.write(@Nullable XrPlaneDetectorEXT value) voidXrPlaneDetectorEXT.Ptr.write(@Nullable XrPlaneDetectorEXT[] values) voidXrPlaneDetectorEXT.Ptr.writeV(@Nullable XrPlaneDetectorEXT value0, @Nullable XrPlaneDetectorEXT... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrPlaneDetectorEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorEXT.PtrXrPlaneDetectorEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrPlaneDetectorEXT> values)