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 TypeMethodDescriptionintXR.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 recordRepresents a pointer to / an array ofXrSpaceShareInfoFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSpaceShareInfoFBModifier and TypeMethodDescriptionstatic XrSpaceShareInfoFB@NotNull XrSpaceShareInfoFBXrSpaceShareInfoFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSpaceShareInfoFBXrSpaceShareInfoFB.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 XrSpaceShareInfoFBXrSpaceShareInfoFB.clone(Arena arena, XrSpaceShareInfoFB src) voidXrSpaceShareInfoFB.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)