XII Release 0.1.0
Loading...
Searching...
No Matches
xiiEngineGizmoHandle Class Reference
Inheritance diagram for xiiEngineGizmoHandle:
[legend]

Public Member Functions

void ConfigureHandle (xiiGizmo *pParentGizmo, xiiEngineGizmoHandleType type, const xiiColor &col, xiiBitflags< xiiGizmoFlags > flags, const char *szCustomMesh=nullptr)
 
virtual bool SetupForEngine (xiiWorld *pWorld, xiiUInt32 uiNextComponentPickingID) override
 
virtual void UpdateForEngine (xiiWorld *pWorld) override
 
void SetColor (const xiiColor &col)
 
- Public Member Functions inherited from xiiGizmoHandle
xiiGizmoGetOwnerGizmo () const
 
void SetVisible (bool bVisible)
 
void SetTransformation (const xiiTransform &m)
 
void SetTransformation (const xiiMat4 &m)
 
const xiiTransformGetTransformation () const
 
- Public Member Functions inherited from xiiEditorEngineSyncObject
void Configure (xiiUuid ownerGuid, xiiDelegate< void(xiiEditorEngineSyncObject *)> onDestruction)
 
xiiUuid GetDocumentGuid () const
 
void SetModified (bool b=true)
 
bool GetModified () const
 
xiiUuid GetGuid () const
 
- Public Member Functions inherited from xiiReflectedClass
virtual const xiiRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const xiiRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T>
XII_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
 
xiiInt32 m_iHandleType = -1
 
xiiString m_sGizmoHandleMesh
 
xiiGameObjectHandle m_hGameObject
 
xiiGizmoComponentm_pGizmoComponent = nullptr
 
xiiColor m_Color = xiiColor::CornflowerBlue
 
xiiWorldm_pWorld = nullptr
 
- Protected Attributes inherited from xiiGizmoHandle
bool m_bVisible = false
 
xiiTransform m_Transformation
 

Additional Inherited Members

- Static Public Member Functions inherited from xiiNoBase
static const xiiRTTIGetStaticRTTI ()
 
- Protected Member Functions inherited from xiiGizmoHandle
void SetParentGizmo (xiiGizmo *pParentGizmo)
 

Member Function Documentation

◆ SetupForEngine()

bool xiiEngineGizmoHandle::SetupForEngine ( xiiWorld * pWorld,
xiiUInt32 uiNextComponentPickingID )
overridevirtual

Reimplemented from xiiEditorEngineSyncObject.

◆ UpdateForEngine()

void xiiEngineGizmoHandle::UpdateForEngine ( xiiWorld * pWorld)
overridevirtual

Reimplemented from xiiEditorEngineSyncObject.


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