You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Code/Sandbox/Plugins/ComponentEntityEditorPlugin
Tom Hulton-Harrop f4106fe73f
Add 'Goto entity' support for the new Editor camera (#743)
* add find entity in viewport functionality to new camera

* fix AZ_CVAR usage

* updates following review feedback

- updated comment styles from /// to //!
- retrieve fov of camera (add test for fov access)

* update namespace naming, fix AZ_CVAR usage

* update missed namespace and use AZ::Transform::CreateLookAt

* add missing include

* move EditorViewportSettings to EditorLib

* update DLL import/export API and rename namespace usage
5 years ago
..
Objects Merge remote-tracking branch 'upstream/main' into nvsickle/DebugInfoDisplay 5 years ago
Tests Initial commit 5 years ago
UI Fix to begin/end pair that was missed when porting a change from Prefab Outliner to Slice Outliner. 5 years ago
CMakeLists.txt Add 'Goto entity' support for the new Editor camera (#743) 5 years ago
ComponentEntityEditorPlugin.cpp Remove legacy serialization and QPropertyTree (#684) 5 years ago
ComponentEntityEditorPlugin.h Initial commit 5 years ago
ComponentEntityEditorPlugin.mf Add newlines to the end of all files 5 years ago
ComponentEntityEditorPlugin_precompiled.cpp Initial commit 5 years ago
ComponentEntityEditorPlugin_precompiled.h [LYN-3105] Removed legacy CEditTool class and all sub-classes. 5 years ago
SandboxIntegration.cpp Add 'Goto entity' support for the new Editor camera (#743) 5 years ago
SandboxIntegration.h Remove more unused things from CryCommon and CrySystem. (#709) 5 years ago
componententityeditorplugin_files.cmake Remove (almost) all references to pRenderer (#651) 5 years ago
componententityeditorplugin_test_files.cmake Initial commit 5 years ago
dllmain.cpp Initial commit 5 years ago