Uses of Record Class
club.doki7.openxr.datatype.XrSpaceShareInfoFB
Packages that use XrSpaceShareInfoFB
-
Uses of XrSpaceShareInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSpaceShareInfoFBModifier and TypeMethodDescriptionint
XR.shareSpacesFB
(XrSession session, XrSpaceShareInfoFB info, LongPtr requestId) -
Uses of XrSpaceShareInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSpaceShareInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSpaceShareInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceShareInfoFBModifier and TypeMethodDescriptionstatic XrSpaceShareInfoFB
@NotNull XrSpaceShareInfoFB
XrSpaceShareInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSpaceShareInfoFB
XrSpaceShareInfoFB.clone
(Arena arena, XrSpaceShareInfoFB src) XrSpaceShareInfoFB.next
(@NotNull MemorySegment value) XrSpaceShareInfoFB.spaceCount
(int value) XrSpaceShareInfoFB.spaces
(XrSpace.Ptr value) XrSpaceShareInfoFB.Ptr.toArray()
XrSpaceShareInfoFB.type
(int value) XrSpaceShareInfoFB.userCount
(int value) XrSpaceShareInfoFB.users
(XrSpaceUserFB.Ptr value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSpaceShareInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrSpaceShareInfoFB> XrSpaceShareInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSpaceShareInfoFBModifier and TypeMethodDescriptionstatic XrSpaceShareInfoFB
XrSpaceShareInfoFB.clone
(Arena arena, XrSpaceShareInfoFB src) void
XrSpaceShareInfoFB.Ptr.write
(long index, @NotNull XrSpaceShareInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSpaceShareInfoFBModifier and TypeMethodDescriptionXrSpaceShareInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSpaceShareInfoFB> consumer)