Using EBus Request Bus Interface for Virtual Reality
Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE |
Use the following request function with the StereoRendererBus event bus (EBus) interface to communicate with other components of your game.
For more information about using the EBus interface, see Working with the Event Bus (EBus) system.
IsRenderingToHMD
Returns true if the renderer is rendering to the HMD.
- Parameters
None
- Response
True
orFalse
- Scriptable
Yes