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