Uses of Record Class
club.doki7.openxr.datatype.XrRect3DfFB
Packages that use XrRect3DfFB
-
Uses of XrRect3DfFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrRect3DfFBModifier and TypeMethodDescriptionint
XR.getSpaceBoundingBox3DFB
(XrSession session, XrSpace space, XrRect3DfFB boundingBox3DOutput) -
Uses of XrRect3DfFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrRect3DfFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrRect3DfFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrRect3DfFBModifier and TypeMethodDescriptionstatic XrRect3DfFB
@NotNull XrRect3DfFB
XrRect3DfFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrRect3DfFB
XrRect3DfFB.clone
(Arena arena, XrRect3DfFB src) XrRect3DfFB.extent
(@NotNull XrExtent3DfFB value) XrRect3DfFB.extent
(Consumer<@NotNull XrExtent3DfFB> consumer) XrRect3DfFB.offset
(@NotNull XrOffset3DfFB value) XrRect3DfFB.offset
(Consumer<@NotNull XrOffset3DfFB> consumer) XrRect3DfFB.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrRect3DfFBMethods in club.doki7.openxr.datatype with parameters of type XrRect3DfFBModifier and TypeMethodDescriptionstatic XrRect3DfFB
XrRect3DfFB.clone
(Arena arena, XrRect3DfFB src) void
XrRect3DfFB.Ptr.write
(long index, @NotNull XrRect3DfFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrRect3DfFBModifier and TypeMethodDescriptionXrRect3DfFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrRect3DfFB> consumer)