ezEngine  Release 25.03
ezEngineGizmoHandle Class Reference
Inheritance diagram for ezEngineGizmoHandle:

Public Member Functions

void ConfigureHandle (ezGizmo *pParentGizmo, ezEngineGizmoHandleType type, const ezColor &col, ezBitflags< ezGizmoFlags > flags, const char *szCustomMesh=nullptr)
 
virtual bool SetupForEngine (ezWorld *pWorld, ezUInt32 uiNextComponentPickingID) override
 
virtual void UpdateForEngine (ezWorld *pWorld) override
 
void SetColor (const ezColor &col)
 
- Public Member Functions inherited from ezGizmoHandle
ezGizmoGetOwnerGizmo () const
 
void SetVisible (bool bVisible)
 
void SetTransformation (const ezTransform &m)
 
void SetTransformation (const ezMat4 &m)
 
const ezTransformGetTransformation () const
 
- Public Member Functions inherited from ezEditorEngineSyncObject
void Configure (ezUuid ownerGuid, ezDelegate< void(ezEditorEngineSyncObject *)> onDestruction)
 
ezUuid GetDocumentGuid () const
 
void SetModified (bool b=true)
 
bool GetModified () const
 
ezUuid GetGuid () const
 
- Public Member Functions inherited from ezReflectedClass
virtual const ezRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const ezRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T >
EZ_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
 
ezInt32 m_iHandleType = -1
 
ezString m_sGizmoHandleMesh
 
ezGameObjectHandle m_hGameObject
 
ezGizmoComponentm_pGizmoComponent = nullptr
 
ezColor m_Color = ezColor::CornflowerBlue
 
ezWorldm_pWorld = nullptr
 
- Protected Attributes inherited from ezGizmoHandle
bool m_bVisible = false
 
ezTransform m_Transformation
 

Additional Inherited Members

- Static Public Member Functions inherited from ezNoBase
static const ezRTTIGetStaticRTTI ()
 
- Protected Member Functions inherited from ezGizmoHandle
void SetParentGizmo (ezGizmo *pParentGizmo)
 

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