SpiecsEngine
 
Loading...
Searching...
No Matches

◆ GetGizmo()

std::shared_ptr< ImguiGizmos > Spices::ImguiViewport::GetGizmo ( )
inline

Get Gizmo Shared Pointer.

Returns
Returns the Gizmo Shared Pointer.

Definition at line 92 of file ImguiViewport.h.

92{ return m_Gizmos; }
std::shared_ptr< ImguiGizmos > m_Gizmos
The shared pointer of ImguiGizmos.