Uses of Record Class
club.doki7.openxr.datatype.XrRect2Df
Packages that use XrRect2Df
-
Uses of XrRect2Df in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrRect2DfModifier and TypeMethodDescriptionintXR.getSpaceBoundingBox2DFB(XrSession session, XrSpace space, XrRect2Df boundingBox2DOutput) -
Uses of XrRect2Df in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrRect2DfModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrRect2Dfstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrRect2DfModifier and TypeMethodDescriptionstatic XrRect2Df@NotNull XrRect2DfXrRect2Df.Ptr.at(long index) Returns (a pointer to) the structure at the given index.@NotNull XrRect2DfXrSpatialEntityComponentDataBoundingBox2DBD.boundingBox2D()static XrRect2DfXrRect2Df.extent(@NotNull XrExtent2Df value) XrRect2Df.extent(Consumer<@NotNull XrExtent2Df> consumer) XrRect2Df.offset(@NotNull XrOffset2Df value) XrRect2Df.offset(Consumer<@NotNull XrOffset2Df> consumer) XrRect2Df.Ptr.toArray()Methods in club.doki7.openxr.datatype that return types with arguments of type XrRect2DfMethods in club.doki7.openxr.datatype with parameters of type XrRect2DfModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox2DBD.boundingBox2D(@NotNull XrRect2Df value) static XrRect2DfvoidMethod parameters in club.doki7.openxr.datatype with type arguments of type XrRect2DfModifier and TypeMethodDescriptionXrSpatialEntityComponentDataBoundingBox2DBD.boundingBox2D(Consumer<@NotNull XrRect2Df> consumer)