/* * 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. * */ #include // Component includes #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace AzToolsFramework { AzToolsFrameworkModule::AzToolsFrameworkModule() : AZ::Module() { m_descriptors.insert(m_descriptors.end(), { Components::TransformComponent::CreateDescriptor(), Components::EditorNonUniformScaleComponent::CreateDescriptor(), Components::SelectionComponent::CreateDescriptor(), Components::GenericComponentWrapper::CreateDescriptor(), Components::PropertyManagerComponent::CreateDescriptor(), Components::ScriptEditorComponent::CreateDescriptor(), Components::EditorSelectionAccentSystemComponent::CreateDescriptor(), EditorEntityContextComponent::CreateDescriptor(), EditorEntityFixupComponent::CreateDescriptor(), SliceMetadataEntityContextComponent::CreateDescriptor(), SliceRequestComponent::CreateDescriptor(), Prefab::PrefabSystemComponent::CreateDescriptor(), Prefab::EditorPrefabComponent::CreateDescriptor(), Components::EditorEntityActionComponent::CreateDescriptor(), Components::EditorEntityIconComponent::CreateDescriptor(), Components::EditorInspectorComponent::CreateDescriptor(), Layers::EditorLayerComponent::CreateDescriptor(), Components::EditorLockComponent::CreateDescriptor(), Components::EditorPendingCompositionComponent::CreateDescriptor(), Components::EditorVisibilityComponent::CreateDescriptor(), Components::EditorDisabledCompositionComponent::CreateDescriptor(), Components::EditorOnlyEntityComponent::CreateDescriptor(), Components::EditorEntitySortComponent::CreateDescriptor(), Components::EditorEntityModelComponent::CreateDescriptor(), AssetSystem::AssetSystemComponent::CreateDescriptor(), PerforceComponent::CreateDescriptor(), AzToolsFramework::ArchiveComponent::CreateDescriptor(), AzToolsFramework::AssetBundleComponent::CreateDescriptor(), AzToolsFramework::SliceDependencyBrowserComponent::CreateDescriptor(), AzToolsFramework::Thumbnailer::ThumbnailerComponent::CreateDescriptor(), AzToolsFramework::Thumbnailer::ThumbnailerNullComponent::CreateDescriptor(), AzToolsFramework::AssetBrowser::AssetBrowserComponent::CreateDescriptor(), AzToolsFramework::EditorInteractionSystemComponent::CreateDescriptor(), AzToolsFramework::Components::EditorComponentAPIComponent::CreateDescriptor(), AzToolsFramework::Components::EditorLevelComponentAPIComponent::CreateDescriptor(), AzToolsFramework::Components::PropertyTreeEditorComponent::CreateDescriptor(), AzToolsFramework::Components::EditorEntitySearchComponent::CreateDescriptor(), AzToolsFramework::Components::EditorIntersectorComponent::CreateDescriptor(), AzToolsFramework::AzToolsFrameworkConfigurationSystemComponent::CreateDescriptor(), AzToolsFramework::Components::EditorEntityUiSystemComponent::CreateDescriptor(), }); } }