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