Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::DisplayContextRequests Class Referenceabstract

#include <DisplayContextRequestBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void SetDC (DisplayContext *displayContext)=0
 
virtual DisplayContext * GetDC ()=0
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Single
 

Detailed Description

Requests to be made of the DisplayContext (predominantly to Set/Clear the bound DisplayContext). Prefer to use DisplayContextRequestGuard as opposed to Set(displayContext)/Set(nullptr) directly.


The documentation for this class was generated from the following file: