![]() |
Plasma Engine
2.0
|
XR actor plugin window base implementation. Optionally wraps a companion window and output target. More...
#include <XRWindow.h>
Public Member Functions | |
plActorPluginWindowXR (plXRInterface *pVrInterface, plUniquePtr< plWindowBase > pCompanionWindow, plUniquePtr< plWindowOutputTargetGAL > pCompanionWindowOutput) | |
void | Initialize () |
virtual plWindowBase * | GetWindow () const override |
virtual plWindowOutputTargetBase * | GetOutputTarget () const override |
![]() | |
plActor * | GetActor () const |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_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 plRTTI * | GetStaticRTTI () |
XR actor plugin window base implementation. Optionally wraps a companion window and output target.
|
overridevirtual |
Implements plActorPluginWindow.
|
overridevirtual |
Implements plActorPluginWindow.
|
overrideprotectedvirtual |
Reimplemented from plActorPluginWindow.