Uses of Record Class
club.doki7.openxr.datatype.XrPlaneDetectorLocationEXT
Packages that use XrPlaneDetectorLocationEXT
-
Uses of XrPlaneDetectorLocationEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrPlaneDetectorLocationEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrPlaneDetectorLocationEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrPlaneDetectorLocationEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorLocationEXT
@NotNull XrPlaneDetectorLocationEXT
XrPlaneDetectorLocationEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrPlaneDetectorLocationEXT
XrPlaneDetectorLocationEXT.clone
(Arena arena, XrPlaneDetectorLocationEXT src) XrPlaneDetectorLocationEXT.extents
(@NotNull XrExtent2Df value) XrPlaneDetectorLocationEXT.extents
(Consumer<@NotNull XrExtent2Df> consumer) XrPlaneDetectorLocationEXT.locationFlags
(long value) XrPlaneDetectorLocationEXT.next
(@NotNull MemorySegment value) XrPlaneDetectorLocationEXT.orientation
(int value) XrPlaneDetectorLocationEXT.planeId
(long value) @Nullable XrPlaneDetectorLocationEXT
XrPlaneDetectorLocationsEXT.planeLocations()
XrPlaneDetectorLocationEXT.polygonBufferCount
(int value) XrPlaneDetectorLocationEXT.semanticType
(int value) XrPlaneDetectorLocationEXT.Ptr.toArray()
XrPlaneDetectorLocationEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrPlaneDetectorLocationEXTModifier and TypeMethodDescription@NotNull Iterator
<XrPlaneDetectorLocationEXT> XrPlaneDetectorLocationEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrPlaneDetectorLocationEXTModifier and TypeMethodDescriptionstatic XrPlaneDetectorLocationEXT
XrPlaneDetectorLocationEXT.clone
(Arena arena, XrPlaneDetectorLocationEXT src) void
XrPlaneDetectorLocationEXT.Ptr.write
(long index, @NotNull XrPlaneDetectorLocationEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrPlaneDetectorLocationEXTModifier and TypeMethodDescriptionXrPlaneDetectorLocationEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrPlaneDetectorLocationEXT> consumer)