Uses of Record Class
club.doki7.openxr.datatype.XrFovf
Packages that use XrFovf
-
Uses of XrFovf in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFovfModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFovf
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFovfModifier and TypeMethodDescriptionstatic XrFovf
XrFovf.angleDown
(float value) XrFovf.angleLeft
(float value) XrFovf.angleRight
(float value) XrFovf.angleUp
(float value) @NotNull XrFovf
XrFovf.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFovf
@NotNull XrFovf
XrCompositionLayerProjectionView.fov()
@NotNull XrFovf
XrEnvironmentDepthImageViewMETA.fov()
@NotNull XrFovf
XrExternalCameraIntrinsicsOCULUS.fov()
@NotNull XrFovf
XrFrustumf.fov()
@NotNull XrFovf
XrFrustumfKHR.fov()
@NotNull XrFovf
XrSceneFrustumBoundMSFT.fov()
@NotNull XrFovf
XrView.fov()
@NotNull XrFovf
XrViewConfigurationViewFovEPIC.maxMutableFov()
@NotNull XrFovf
XrViewConfigurationViewFovEPIC.recommendedFov()
XrFovf[]
XrFovf.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrFovfMethods in club.doki7.openxr.datatype with parameters of type XrFovfModifier and TypeMethodDescriptionstatic XrFovf
XrViewConfigurationViewFovEPIC.maxMutableFov
(@NotNull XrFovf value) XrViewConfigurationViewFovEPIC.recommendedFov
(@NotNull XrFovf value) void
Method parameters in club.doki7.openxr.datatype with type arguments of type XrFovfModifier and TypeMethodDescriptionXrViewConfigurationViewFovEPIC.maxMutableFov
(Consumer<@NotNull XrFovf> consumer) XrViewConfigurationViewFovEPIC.recommendedFov
(Consumer<@NotNull XrFovf> consumer)