Uses of Record Class
club.doki7.openxr.datatype.XrExtent2Df
Packages that use XrExtent2Df
-
Uses of XrExtent2Df in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrExtent2DfModifier and TypeMethodDescriptionintXR.getMarkerSizeVARJO(XrSession session, long markerId, XrExtent2Df size) intXR.getReferenceSpaceBoundsRect(XrSession session, int referenceSpaceType, XrExtent2Df bounds) intXRStatic.getReferenceSpaceBoundsRect(XrSession session, int referenceSpaceType, XrExtent2Df bounds) -
Uses of XrExtent2Df in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrExtent2DfModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrExtent2Dfstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrExtent2DfModifier and TypeMethodDescriptionstatic XrExtent2Df@NotNull XrExtent2DfXrExtent2Df.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrExtent2DfXrExtent2Df.clone(Arena arena, XrExtent2Df src) @NotNull XrExtent2DfXrRect2Df.extent()@NotNull XrExtent2DfXrPlaneDetectorLocationEXT.extents()@NotNull XrExtent2DfXrSpatialBounded2DDataEXT.extents()XrExtent2Df.height(float value) @NotNull XrExtent2DfXrCompositionLayerQuad.size()@NotNull XrExtent2DfXrSceneMarkerMSFT.size()@NotNull XrExtent2DfXrScenePlaneMSFT.size()XrExtent2Df.Ptr.toArray()XrExtent2Df.width(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrExtent2DfMethods in club.doki7.openxr.datatype with parameters of type XrExtent2DfModifier and TypeMethodDescriptionstatic XrExtent2DfXrExtent2Df.clone(Arena arena, XrExtent2Df src) XrRect2Df.extent(@NotNull XrExtent2Df value) XrPlaneDetectorLocationEXT.extents(@NotNull XrExtent2Df value) XrSpatialBounded2DDataEXT.extents(@NotNull XrExtent2Df value) XrCompositionLayerQuad.size(@NotNull XrExtent2Df value) XrSceneMarkerMSFT.size(@NotNull XrExtent2Df value) XrScenePlaneMSFT.size(@NotNull XrExtent2Df value) voidXrExtent2Df.Ptr.write(long index, @NotNull XrExtent2Df value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrExtent2DfModifier and TypeMethodDescriptionXrExtent2Df.Ptr.at(long index, @NotNull Consumer<@NotNull XrExtent2Df> consumer) XrRect2Df.extent(Consumer<@NotNull XrExtent2Df> consumer) XrPlaneDetectorLocationEXT.extents(Consumer<@NotNull XrExtent2Df> consumer) XrSpatialBounded2DDataEXT.extents(Consumer<@NotNull XrExtent2Df> consumer) XrCompositionLayerQuad.size(Consumer<@NotNull XrExtent2Df> consumer) XrSceneMarkerMSFT.size(Consumer<@NotNull XrExtent2Df> consumer) XrScenePlaneMSFT.size(Consumer<@NotNull XrExtent2Df> consumer)