Plasma Engine  2.0
Loading...
Searching...
No Matches
plEngineGizmoHandle Class Reference
Inheritance diagram for plEngineGizmoHandle:

Public Member Functions

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
plGizmoGetOwnerGizmo () const
 
void SetVisible (bool bVisible)
 
void SetTransformation (const plTransform &m)
 
void SetTransformation (const plMat4 &m)
 
const plTransformGetTransformation () const
 
- Public Member Functions inherited from plEditorEngineSyncObject
void Configure (plUuid ownerGuid, plDelegate< void(plEditorEngineSyncObject *)> onDestruction)
 
plUuid GetDocumentGuid () const
 
void SetModified (bool b=true)
 
bool GetModified () const
 
plUuid GetGuid () const
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () 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 Attributes

bool m_bConstantSize = true
 
bool m_bAlwaysOnTop = false
 
bool m_bVisualizer = false
 
bool m_bShowInOrtho = false
 
bool m_bIsPickable = true
 
bool m_bFaceCamera = false
 
plInt32 m_iHandleType = -1
 
plString m_sGizmoHandleMesh
 
plGameObjectHandle m_hGameObject
 
plGizmoComponentm_pGizmoComponent = nullptr
 
plColor m_Color = plColor::CornflowerBlue
 
plWorldm_pWorld = nullptr
 
- Protected Attributes inherited from plGizmoHandle
bool m_bVisible = false
 
plTransform m_Transformation
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 
- Protected Member Functions inherited from plGizmoHandle
void SetParentGizmo (plGizmo *pParentGizmo)
 

Member Function Documentation

◆ SetupForEngine()

bool plEngineGizmoHandle::SetupForEngine ( plWorld * pWorld,
plUInt32 uiNextComponentPickingID )
overridevirtual

Reimplemented from plEditorEngineSyncObject.

◆ UpdateForEngine()

void plEngineGizmoHandle::UpdateForEngine ( plWorld * pWorld)
overridevirtual

Reimplemented from plEditorEngineSyncObject.


The documentation for this class was generated from the following files: