Uses of Record Class
club.doki7.openxr.datatype.XrBoundary2DFB
Packages that use XrBoundary2DFB
-
Uses of XrBoundary2DFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrBoundary2DFBModifier and TypeMethodDescriptionint
XR.getSpaceBoundary2DFB
(XrSession session, XrSpace space, XrBoundary2DFB boundary2DOutput) -
Uses of XrBoundary2DFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrBoundary2DFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrBoundary2DFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrBoundary2DFBModifier and TypeMethodDescriptionstatic XrBoundary2DFB
@NotNull XrBoundary2DFB
XrBoundary2DFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrBoundary2DFB
XrBoundary2DFB.clone
(Arena arena, XrBoundary2DFB src) XrBoundary2DFB.next
(@NotNull MemorySegment value) XrBoundary2DFB.Ptr.toArray()
XrBoundary2DFB.type
(int value) XrBoundary2DFB.vertexCapacityInput
(int value) XrBoundary2DFB.vertexCountOutput
(int value) XrBoundary2DFB.vertices
(@Nullable IXrVector2f value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrBoundary2DFBModifier and TypeMethodDescription@NotNull Iterator
<XrBoundary2DFB> XrBoundary2DFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrBoundary2DFBModifier and TypeMethodDescriptionstatic XrBoundary2DFB
XrBoundary2DFB.clone
(Arena arena, XrBoundary2DFB src) void
XrBoundary2DFB.Ptr.write
(long index, @NotNull XrBoundary2DFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrBoundary2DFBModifier and TypeMethodDescriptionXrBoundary2DFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrBoundary2DFB> consumer)