Uses of Record Class
club.doki7.openxr.datatype.XrSpaceQueryInfoFB
Packages that use XrSpaceQueryInfoFB
-
Uses of XrSpaceQueryInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceQueryInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceQueryInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceQueryInfoFBModifier and TypeMethodDescriptionstatic XrSpaceQueryInfoFB
@NotNull XrSpaceQueryInfoFB
XrSpaceQueryInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpaceQueryInfoFB
XrSpaceQueryInfoFB.clone
(Arena arena, XrSpaceQueryInfoFB src) XrSpaceQueryInfoFB.excludeFilter
(@Nullable IXrSpaceFilterInfoBaseHeaderFB value) XrSpaceQueryInfoFB.filter
(@Nullable IXrSpaceFilterInfoBaseHeaderFB value) XrSpaceQueryInfoFB.maxResultCount
(int value) XrSpaceQueryInfoFB.next
(@NotNull MemorySegment value) XrSpaceQueryInfoFB.queryAction
(int value) XrSpaceQueryInfoFB.timeout
(long value) XrSpaceQueryInfoFB.Ptr.toArray()
XrSpaceQueryInfoFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceQueryInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceQueryInfoFB> XrSpaceQueryInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceQueryInfoFBModifier and TypeMethodDescriptionstatic XrSpaceQueryInfoFB
XrSpaceQueryInfoFB.clone
(Arena arena, XrSpaceQueryInfoFB src) void
XrSpaceQueryInfoFB.Ptr.write
(long index, @NotNull XrSpaceQueryInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceQueryInfoFBModifier and TypeMethodDescriptionXrSpaceQueryInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceQueryInfoFB> consumer)