# XrSystemState

Contains system state information.

## Summary

|                                                                                                                                                  ### Public attributes                                                                                                                                                  ||
|---------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [BlendModeState](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XrSystemState#blendmodestate)         | `XrEnvironmentBlendMode` The current blend mode state of the environment.                                                                                                  |
| [InputModalityState](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XrSystemState#inputmodalitystate) | [XrInputModality](https://developer.android.com/develop/xr/unity/reference/namespace/Google/XR/Extensions#xrinputmodality) The current input modality state of the system. |
| [PassthroughOpacity](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XrSystemState#passthroughopacity) | `float` The current passthrough opacity of the environment.                                                                                                                |

## Public attributes

### BlendModeState

```c#
XrEnvironmentBlendMode Google::XR::Extensions::XrSystemState::BlendModeState
```  
The current blend mode state of the environment.  

### InputModalityState

```c#
XrInputModality Google::XR::Extensions::XrSystemState::InputModalityState
```  
The current input modality state of the system.  

### PassthroughOpacity

```c#
float Google::XR::Extensions::XrSystemState::PassthroughOpacity
```  
The current passthrough opacity of the environment.