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