Uses of Record Class
club.doki7.openxr.datatype.XrPlaneDetectorLocationsEXT
Packages that use XrPlaneDetectorLocationsEXT
-
Uses of XrPlaneDetectorLocationsEXT in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrPlaneDetectorLocationsEXTModifier and TypeMethodDescriptionintXR.getPlaneDetectionsEXT(XrPlaneDetectorEXT planeDetector, XrPlaneDetectorGetInfoEXT info, XrPlaneDetectorLocationsEXT locations) -
Uses of XrPlaneDetectorLocationsEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPlaneDetectorLocationsEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrPlaneDetectorLocationsEXTstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPlaneDetectorLocationsEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorLocationsEXT@NotNull XrPlaneDetectorLocationsEXTXrPlaneDetectorLocationsEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrPlaneDetectorLocationsEXTXrPlaneDetectorLocationsEXT.clone(Arena arena, XrPlaneDetectorLocationsEXT src) XrPlaneDetectorLocationsEXT.next(@NotNull MemorySegment value) XrPlaneDetectorLocationsEXT.planeLocationCapacityInput(int value) XrPlaneDetectorLocationsEXT.planeLocationCountOutput(int value) XrPlaneDetectorLocationsEXT.planeLocations(@Nullable IXrPlaneDetectorLocationEXT value) XrPlaneDetectorLocationsEXT.Ptr.toArray()XrPlaneDetectorLocationsEXT.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPlaneDetectorLocationsEXTModifier and TypeMethodDescription@NotNull Iterator<XrPlaneDetectorLocationsEXT> XrPlaneDetectorLocationsEXT.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrPlaneDetectorLocationsEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorLocationsEXTXrPlaneDetectorLocationsEXT.clone(Arena arena, XrPlaneDetectorLocationsEXT src) voidXrPlaneDetectorLocationsEXT.Ptr.write(long index, @NotNull XrPlaneDetectorLocationsEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPlaneDetectorLocationsEXTModifier and TypeMethodDescriptionXrPlaneDetectorLocationsEXT.Ptr.at(long index, @NotNull Consumer<@NotNull XrPlaneDetectorLocationsEXT> consumer)