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