![]() |
Plasma Engine
2.0
|
Public Member Functions | |
void | ConfigureTool (plGameObjectDocument *pDocument, plQtGameObjectDocumentWindow *pWindow, plGameObjectGizmoInterface *pInterface) |
plGameObjectDocument * | GetDocument () const |
plQtGameObjectDocumentWindow * | GetWindow () const |
plGameObjectGizmoInterface * | GetGizmoInterface () const |
bool | IsActive () const |
void | SetActive (bool bActive) |
virtual plEditorInputContext * | GetEditorInputContextOverride () |
virtual plEditToolSupportedSpaces | GetSupportedSpaces () const |
virtual bool | GetSupportsMoveParentOnly () const |
virtual void | GetGridSettings (plGridSettingsMsgToEngine &out_gridSettings) |
![]() | |
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 | OnConfigured ()=0 |
virtual void | OnActiveChanged (bool bIsActive) |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |