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 TypeMethodDescriptionint
XR.getMarkerSizeVARJO
(XrSession session, long markerId, XrExtent2Df size) int
XR.getReferenceSpaceBoundsRect
(XrSession session, int referenceSpaceType, XrExtent2Df bounds) int
XRStatic.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 record
Represents a pointer to / an array ofXrExtent2Df
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrExtent2DfModifier and TypeMethodDescriptionstatic XrExtent2Df
@NotNull XrExtent2Df
XrExtent2Df.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrExtent2Df
XrExtent2Df.clone
(Arena arena, XrExtent2Df src) @NotNull XrExtent2Df
XrRect2Df.extent()
@NotNull XrExtent2Df
XrPlaneDetectorLocationEXT.extents()
@NotNull XrExtent2Df
XrSpatialBounded2DDataEXT.extents()
XrExtent2Df.height
(float value) @NotNull XrExtent2Df
XrCompositionLayerQuad.size()
@NotNull XrExtent2Df
XrSceneMarkerMSFT.size()
@NotNull XrExtent2Df
XrScenePlaneMSFT.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 XrExtent2Df
XrExtent2Df.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) void
XrExtent2Df.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)