![]() |
XII Release 0.1.0
|
XR actor plugin window base implementation. Optionally wraps a companion window and output target. More...
#include <XRWindow.h>
Public Member Functions | |
xiiActorPluginWindowXR (xiiXRInterface *pVrInterface, xiiUniquePtr< xiiWindowBase > pCompanionWindow, xiiUniquePtr< xiiWindowOutputTargetGAL > pCompanionWindowOutput) | |
void | Initialize () |
virtual xiiWindowBase * | GetWindow () const override |
virtual xiiWindowOutputTargetBase * | GetOutputTarget () const override |
![]() | |
xiiActor * | GetActor () const |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Protected Member Functions | |
virtual void | Update () override |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
XR actor plugin window base implementation. Optionally wraps a companion window and output target.
|
overridevirtual |
Implements xiiActorPluginWindow.
|
overridevirtual |
Implements xiiActorPluginWindow.
|
overrideprotectedvirtual |
Reimplemented from xiiActorPluginWindow.