3#include <EditorEngineProcessFramework/Gizmos/GizmoHandle.h>
4#include <EditorFramework/EditorFrameworkDLL.h>
5#include <EditorFramework/Visualizers/VisualizerAdapter.h>
17 virtual void Update()
override;
Definition GizmoHandle.h:90
Definition SphereVisualizerAdapter.h:10
virtual void Update() override
Called when object properties have changed and the visualizer may need to react.
Definition SphereVisualizerAdapter.cpp:24
virtual void UpdateGizmoTransform() override
Called when the object has been moved somehow. More light weight than a full update.
Definition SphereVisualizerAdapter.cpp:68
virtual void Finalize() override
Called to actually properly set up the adapter. All setup code is implemented here.
Definition SphereVisualizerAdapter.cpp:10
Base class for the editor side code that sets up a 'visualizer' for object properties.
Definition VisualizerAdapter.h:23
The plBitflags class allows you to work with type-safe bitflags.
Definition Bitflags.h:82
Definition GizmoBase.h:11