![]() |
Plasma Engine
2.0
|
Public Member Functions | |
virtual plEditToolSupportedSpaces | GetSupportedSpaces () const override |
virtual bool | GetSupportsMoveParentOnly () const override |
![]() | |
void | TransformationGizmoEventHandler (const plGizmoEvent &e) |
![]() | |
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 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 () override |
virtual void | ApplyGizmoVisibleState (bool visible) override |
virtual void | ApplyGizmoTransformation (const plTransform &transform) override |
virtual void | TransformationGizmoEventHandlerImpl (const plGizmoEvent &e) override |
virtual void | OnActiveChanged (bool bIsActive) override |
![]() | |
void | UpdateGizmoSelectionList () |
void | UpdateGizmoVisibleState () |
void | UpdateGizmoTransformation () |
Additional Inherited Members | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
plDeque< plSelectedGameObject > | m_GizmoSelection |
bool | m_bInGizmoInteraction = false |
bool | m_bMergeTransactions = false |
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.
|
inlineoverridevirtual |
Reimplemented from plGameObjectEditTool.
|
inlineoverridevirtual |
Reimplemented from plGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from plGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from plGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.