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/Gems/WhiteBox/Code/whitebox_editor_supported_f...

72 lines
3.2 KiB
CMake

#
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
# its licensors.
#
# For complete copyright and license terms please see the LICENSE at the root of this
# distribution (the "License"). All use of this software is governed by the License,
# or, if provided, by the license below or the license accompanying this file. Do not
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#
set(FILES
Include/WhiteBox/EditorWhiteBoxBus.h
Include/WhiteBox/EditorWhiteBoxComponentBus.h
Include/WhiteBox/WhiteBoxToolApi.h
Include/WhiteBox/EditorWhiteBoxColliderBus.h
Source/EditorWhiteBoxComponent.cpp
Source/EditorWhiteBoxComponent.h
Source/EditorWhiteBoxComponentMode.cpp
Source/EditorWhiteBoxComponentMode.h
Source/EditorWhiteBoxComponentModeBus.h
Source/EditorWhiteBoxComponentModeTypes.cpp
Source/EditorWhiteBoxComponentModeTypes.h
Source/EditorWhiteBoxEdgeModifierBus.h
Source/EditorWhiteBoxPolygonModifierBus.h
Source/EditorWhiteBoxDefaultShapeTypes.h
Source/WhiteBoxToolApiReflection.cpp
Source/WhiteBoxToolApiReflection.h
Source/Core/WhiteBoxToolApi.cpp
Source/Components/EditorWhiteBoxColliderComponent.cpp
Source/Components/EditorWhiteBoxColliderComponent.h
Source/Util/WhiteBoxTextureUtil.cpp
Source/Util/WhiteBoxTextureUtil.h
Source/Util/WhiteBoxEditorUtil.cpp
Source/Util/WhiteBoxEditorUtil.h
Source/Viewport/WhiteBoxEdgeScaleModifier.cpp
Source/Viewport/WhiteBoxEdgeScaleModifier.h
Source/Viewport/WhiteBoxEdgeTranslationModifier.cpp
Source/Viewport/WhiteBoxEdgeTranslationModifier.h
Source/Viewport/WhiteBoxPolygonScaleModifier.cpp
Source/Viewport/WhiteBoxPolygonScaleModifier.h
Source/Viewport/WhiteBoxPolygonTranslationModifier.cpp
Source/Viewport/WhiteBoxPolygonTranslationModifier.h
Source/Viewport/WhiteBoxManipulatorViews.cpp
Source/Viewport/WhiteBoxManipulatorViews.h
Source/Viewport/WhiteBoxManipulatorBounds.cpp
Source/Viewport/WhiteBoxManipulatorBounds.h
Source/Viewport/WhiteBoxModifierUtil.cpp
Source/Viewport/WhiteBoxModifierUtil.h
Source/Viewport/WhiteBoxViewportConstants.cpp
Source/Viewport/WhiteBoxViewportConstants.h
Source/Viewport/WhiteBoxVertexTranslationModifier.cpp
Source/Viewport/WhiteBoxVertexTranslationModifier.h
Source/Asset/EditorWhiteBoxMeshAsset.cpp
Source/Asset/EditorWhiteBoxMeshAsset.h
Source/Asset/WhiteBoxMeshAsset.h
Source/Asset/WhiteBoxMeshAssetHandler.h
Source/Asset/WhiteBoxMeshAssetHandler.cpp
Source/Asset/WhiteBoxMeshAssetUndoCommand.h
Source/Asset/WhiteBoxMeshAssetUndoCommand.cpp
Source/Asset/WhiteBoxMeshAssetBus.h
Source/SubComponentModes/EditorWhiteBoxEdgeRestoreMode.cpp
Source/SubComponentModes/EditorWhiteBoxEdgeRestoreMode.h
Source/SubComponentModes/EditorWhiteBoxDefaultMode.cpp
Source/SubComponentModes/EditorWhiteBoxDefaultMode.h
Source/SubComponentModes/EditorWhiteBoxDefaultModeBus.h
Source/SubComponentModes/EditorWhiteBoxComponentModeCommon.cpp
Source/SubComponentModes/EditorWhiteBoxComponentModeCommon.h
Source/EditorWhiteBoxSystemComponent.cpp
Source/EditorWhiteBoxSystemComponent.h
)