Wildvine Engine
Referencia Doxygen del codigo propio de Wildvine Engine.
Cargando...
Buscando...
Nada coincide
Referencia del archivo GUI.cpp

Implementa la logica de GUI dentro del subsistema GUI. Más...

+ Gráfico de dependencias incluidas en GUI.cpp:

Ir al código fuente de este archivo.

Espacios de nombres

namespace  anonymous_namespace{GUI.cpp}
 

Funciones

ImU32 anonymous_namespace{GUI.cpp}::AccentU32 (const ImVec4 &color)
 
bool anonymous_namespace{GUI.cpp}::BeginInspectorPropertyTable (const char *id, float firstColumnWidth=132.0f)
 
bool anonymous_namespace{GUI.cpp}::BeginInspectorSection (const char *label, bool defaultOpen=true)
 
float anonymous_namespace{GUI.cpp}::DegToRad (float degrees)
 
void anonymous_namespace{GUI.cpp}::DrawInspectorComponentChips (bool hasTransform, bool hasMeshRenderer, bool hasLight)
 
void anonymous_namespace{GUI.cpp}::DrawInspectorPill (const char *text, const ImVec4 &color)
 
void anonymous_namespace{GUI.cpp}::DrawPropertyLabel (const char *label)
 
void anonymous_namespace{GUI.cpp}::DrawPropertyToggle (const char *label, const char *id, bool *value)
 
void anonymous_namespace{GUI.cpp}::DrawPropertyValueBool (const char *label, bool value)
 
void anonymous_namespace{GUI.cpp}::DrawPropertyValueText (const char *label, const char *value)
 
ImVec4 anonymous_namespace{GUI.cpp}::GetActorTypeColor (EU::TSharedPointer< Actor > actor)
 
const char * anonymous_namespace{GUI.cpp}::GetActorTypeLabel (EU::TSharedPointer< Actor > actor)
 
const char * anonymous_namespace{GUI.cpp}::GetBlendModeLabel (BlendMode blendMode)
 
const char * anonymous_namespace{GUI.cpp}::GetLightTypeLabel (LightType type)
 
const char * anonymous_namespace{GUI.cpp}::GetMaterialDomainLabel (MaterialDomain domain)
 
static ImGuizmo::MODE mCurrentGizmoMode (ImGuizmo::LOCAL)
 
static ImGuizmo::OPERATION mCurrentGizmoOperation (ImGuizmo::TRANSLATE)
 
float anonymous_namespace{GUI.cpp}::RadToDeg (float radians)
 

Documentación de funciones

◆ mCurrentGizmoMode()

static ImGuizmo::MODE mCurrentGizmoMode ( ImGuizmo::LOCAL  )
static

◆ mCurrentGizmoOperation()

static ImGuizmo::OPERATION mCurrentGizmoOperation ( ImGuizmo::TRANSLATE  )
static