Uses of Record Class
club.doki7.openxr.datatype.XrExtent3DfFB
Packages that use XrExtent3DfFB
-
Uses of XrExtent3DfFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrExtent3DfFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrExtent3DfFBstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrExtent3DfFBModifier and TypeMethodDescriptionstatic XrExtent3DfFB@NotNull XrExtent3DfFBXrExtent3DfFB.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrExtent3DfFBXrExtent3DfFB.clone(Arena arena, XrExtent3DfFB src) XrExtent3DfFB.depth(float value) @NotNull XrExtent3DfFBXrRect3DfFB.extent()XrExtent3DfFB.height(float value) XrExtent3DfFB.Ptr.toArray()XrExtent3DfFB.width(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrExtent3DfFBMethods in club.doki7.openxr.datatype with parameters of type XrExtent3DfFBModifier and TypeMethodDescriptionstatic XrExtent3DfFBXrExtent3DfFB.clone(Arena arena, XrExtent3DfFB src) XrRect3DfFB.extent(@NotNull XrExtent3DfFB value) voidXrExtent3DfFB.Ptr.write(long index, @NotNull XrExtent3DfFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrExtent3DfFBModifier and TypeMethodDescriptionXrExtent3DfFB.Ptr.at(long index, @NotNull Consumer<@NotNull XrExtent3DfFB> consumer) XrRect3DfFB.extent(Consumer<@NotNull XrExtent3DfFB> consumer)