Brunot
Loading...
Searching...
No Matches
Transform.cpp File Reference
#include "Transform.h"
#include "imgui.h"
#include "Framework/Engine.h"
#include "Framework/Entity.h"
#include "Graphics/Line.h"
#include "System/ActionList.h"
#include "System/Logging.h"
#include "System/Messaging.h"
#include "System/DebugDraw.h"
#include "Utility/Messages/TranslateActionMessage.h"
Include dependency graph for Transform.cpp:

Functions

static auto translationPopupCallback (Transform *transform) -> void
static auto scalePopupCallback (Transform *transform) -> void
auto to_json (json &j, const Transform &p) ->void
auto from_json (const json &j, Transform &p) ->void

Function Documentation

◆ from_json()

auto from_json ( const json & j,
Transform & p )->void

◆ scalePopupCallback()

auto scalePopupCallback ( Transform * transform) ->void
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ to_json()

auto to_json ( json & j,
const Transform & p )->void

◆ translationPopupCallback()

auto translationPopupCallback ( Transform * transform) ->void
static
Here is the call graph for this function:
Here is the caller graph for this function: