editormodefeedback_editor_files.cmake 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/EditorModeFeedback/EditorModeFeedbackInterface.h
  10. Include/EditorModeFeedback/EditorStateRequestsBus.h
  11. Source/Pass/EditorModeFeedbackParentPass.cpp
  12. Source/Pass/EditorModeFeedbackParentPass.h
  13. Source/Pass/Child/EditorModeFeedbackChildPassBase.cpp
  14. Source/Pass/Child/EditorModeFeedbackChildPassBase.h
  15. Source/Pass/Child/EditorModeDesaturationPass.cpp
  16. Source/Pass/Child/EditorModeDesaturationPass.h
  17. Source/Pass/Child/EditorModeTintPass.cpp
  18. Source/Pass/Child/EditorModeTintPass.h
  19. Source/Pass/Child/EditorModeBlurPass.cpp
  20. Source/Pass/Child/EditorModeBlurPass.h
  21. Source/Pass/Child/EditorModeOutlinePass.cpp
  22. Source/Pass/Child/EditorModeOutlinePass.h
  23. Source/Pass/EditorStatePassSystem.cpp
  24. Source/Pass/EditorStatePassSystem.h
  25. Source/Pass/EditorStatePassSystemUtils.cpp
  26. Source/Pass/EditorStatePassSystemUtils.h
  27. Source/Pass/State/EditorStateParentPass.cpp
  28. Source/Pass/State/EditorStateParentPass.h
  29. Source/Pass/State/EditorStateParentPassData.h
  30. Source/Pass/State/EditorStateBase.cpp
  31. Source/Pass/State/EditorStateBase.h
  32. Source/Pass/State/EditorStateBufferCopyPass.cpp
  33. Source/Pass/State/EditorStateBufferCopyPass.h
  34. Source/Pass/State/EditorStateBufferCopyPass.cpp
  35. Source/Pass/State/EditorStateBufferCopyPass.h
  36. Source/Pass/State/EditorStateBufferCopyPassData.h
  37. Source/Pass/State/FocusedEntityState.cpp
  38. Source/Pass/State/FocusedEntityState.h
  39. Source/Pass/State/SelectedEntityState.cpp
  40. Source/Pass/State/SelectedEntityState.h
  41. Source/Draw/DrawableMeshEntity.cpp
  42. Source/Draw/DrawableMeshEntity.h
  43. Source/Draw/EditorStateMaskRenderer.cpp
  44. Source/Draw/EditorStateMaskRenderer.h
  45. Source/Draw/EditorStateMeshDrawPacket.cpp
  46. Source/Draw/EditorStateMeshDrawPacket.h
  47. Source/EditorModeFeedbackSystemComponent.cpp
  48. Source/EditorModeFeedbackSystemComponent.h
  49. Source/EditorModeFeedbackFeatureProcessor.cpp
  50. Source/EditorModeFeedbackFeatureProcessor.h
  51. )