Uses of Record Class
club.doki7.openxr.datatype.XrSystemPlaneDetectionPropertiesEXT
Packages that use XrSystemPlaneDetectionPropertiesEXT
-
Uses of XrSystemPlaneDetectionPropertiesEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemPlaneDetectionPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemPlaneDetectionPropertiesEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemPlaneDetectionPropertiesEXTModifier and TypeMethodDescription@NotNull XrSystemPlaneDetectionPropertiesEXT
XrSystemPlaneDetectionPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrSystemPlaneDetectionPropertiesEXT.clone
(Arena arena, XrSystemPlaneDetectionPropertiesEXT src) XrSystemPlaneDetectionPropertiesEXT.next
(@NotNull MemorySegment value) XrSystemPlaneDetectionPropertiesEXT.supportedFeatures
(long value) XrSystemPlaneDetectionPropertiesEXT.Ptr.toArray()
XrSystemPlaneDetectionPropertiesEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemPlaneDetectionPropertiesEXTModifier and TypeMethodDescription@NotNull Iterator
<XrSystemPlaneDetectionPropertiesEXT> XrSystemPlaneDetectionPropertiesEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemPlaneDetectionPropertiesEXTModifier and TypeMethodDescriptionXrSystemPlaneDetectionPropertiesEXT.clone
(Arena arena, XrSystemPlaneDetectionPropertiesEXT src) void
XrSystemPlaneDetectionPropertiesEXT.Ptr.write
(long index, @NotNull XrSystemPlaneDetectionPropertiesEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemPlaneDetectionPropertiesEXTModifier and TypeMethodDescriptionXrSystemPlaneDetectionPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemPlaneDetectionPropertiesEXT> consumer)