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 TypeMethodDescriptionint
XR.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 record
Represents a pointer to / an array ofXrPlaneDetectorLocationsEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPlaneDetectorLocationsEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorLocationsEXT
@NotNull XrPlaneDetectorLocationsEXT
XrPlaneDetectorLocationsEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrPlaneDetectorLocationsEXT
XrPlaneDetectorLocationsEXT.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 XrPlaneDetectorLocationsEXT
XrPlaneDetectorLocationsEXT.clone
(Arena arena, XrPlaneDetectorLocationsEXT src) void
XrPlaneDetectorLocationsEXT.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)