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 recordRepresents a pointer to / an array ofXrOffset3DfFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrOffset3DfFBModifier and TypeMethodDescriptionstatic XrOffset3DfFB@NotNull XrOffset3DfFBXrOffset3DfFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrOffset3DfFBXrOffset3DfFB.clone(Arena arena, XrOffset3DfFB src) @NotNull XrOffset3DfFBXrRect3DfFB.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 XrOffset3DfFBXrOffset3DfFB.clone(Arena arena, XrOffset3DfFB src) XrRect3DfFB.offset(@NotNull XrOffset3DfFB value) voidXrOffset3DfFB.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)