|
void | ConfigureHandle (plGizmo *pParentGizmo, plEngineGizmoHandleType type, const plColor &col, plBitflags< plGizmoFlags > flags, const char *szCustomMesh=nullptr) |
|
virtual bool | SetupForEngine (plWorld *pWorld, plUInt32 uiNextComponentPickingID) override |
|
virtual void | UpdateForEngine (plWorld *pWorld) override |
|
void | SetColor (const plColor &col) |
|
Public Member Functions inherited from plGizmoHandle |
plGizmo * | GetOwnerGizmo () const |
|
void | SetVisible (bool bVisible) |
|
void | SetTransformation (const plTransform &m) |
|
void | SetTransformation (const plMat4 &m) |
|
const plTransform & | GetTransformation () const |
|
void | Configure (plUuid ownerGuid, plDelegate< void(plEditorEngineSyncObject *)> onDestruction) |
|
plUuid | GetDocumentGuid () const |
|
void | SetModified (bool b=true) |
|
bool | GetModified () const |
|
plUuid | GetGuid () 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.
|
|
|
static const plRTTI * | GetStaticRTTI () |
|
Protected Member Functions inherited from plGizmoHandle |
void | SetParentGizmo (plGizmo *pParentGizmo) |
|
◆ SetupForEngine()
bool plEngineGizmoHandle::SetupForEngine |
( |
plWorld * | pWorld, |
|
|
plUInt32 | uiNextComponentPickingID ) |
|
overridevirtual |
◆ UpdateForEngine()
void plEngineGizmoHandle::UpdateForEngine |
( |
plWorld * | pWorld | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- Code/Editor/EditorEngineProcessFramework/Gizmos/GizmoHandle.h
- Code/Editor/EditorEngineProcessFramework/Gizmos/Implementation/GizmoHandle.cpp