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