Uses of Record Class
club.doki7.openxr.datatype.XrOffset3DfFB
Packages that use XrOffset3DfFB
-
Uses of XrOffset3DfFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrOffset3DfFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrOffset3DfFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrOffset3DfFBModifier and TypeMethodDescriptionstatic XrOffset3DfFB
@NotNull XrOffset3DfFB
XrOffset3DfFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrOffset3DfFB
XrOffset3DfFB.clone
(Arena arena, XrOffset3DfFB src) @NotNull XrOffset3DfFB
XrRect3DfFB.offset()
XrOffset3DfFB.Ptr.toArray()
XrOffset3DfFB.x
(float value) XrOffset3DfFB.y
(float value) XrOffset3DfFB.z
(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrOffset3DfFBMethods in club.doki7.openxr.datatype with parameters of type XrOffset3DfFBModifier and TypeMethodDescriptionstatic XrOffset3DfFB
XrOffset3DfFB.clone
(Arena arena, XrOffset3DfFB src) XrRect3DfFB.offset
(@NotNull XrOffset3DfFB value) void
XrOffset3DfFB.Ptr.write
(long index, @NotNull XrOffset3DfFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrOffset3DfFBModifier and TypeMethodDescriptionXrOffset3DfFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrOffset3DfFB> consumer) XrRect3DfFB.offset
(Consumer<@NotNull XrOffset3DfFB> consumer)