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 recordRepresents a pointer to / an array ofXrFovfstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFovfModifier and TypeMethodDescriptionstatic XrFovfXrFovf.angleDown(float value) XrFovf.angleLeft(float value) XrFovf.angleRight(float value) XrFovf.angleUp(float value) @NotNull XrFovfXrFovf.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrFovf@NotNull XrFovfXrCompositionLayerProjectionView.fov()@NotNull XrFovfXrEnvironmentDepthImageViewMETA.fov()@NotNull XrFovfXrExternalCameraIntrinsicsOCULUS.fov()@NotNull XrFovfXrFrustumf.fov()@NotNull XrFovfXrFrustumfKHR.fov()@NotNull XrFovfXrSceneFrustumBoundMSFT.fov()@NotNull XrFovfXrView.fov()@NotNull XrFovfXrViewConfigurationViewFovEPIC.maxMutableFov()@NotNull XrFovfXrViewConfigurationViewFovEPIC.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 XrFovfXrViewConfigurationViewFovEPIC.maxMutableFov(@NotNull XrFovf value) XrViewConfigurationViewFovEPIC.recommendedFov(@NotNull XrFovf value) voidMethod 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)