#include <AzCore/base.h>
#include <AzCore/Asset/AssetCommon.h>
#include <AzCore/Math/Crc.h>
#include <AzCore/Math/Transform.h>
#include <AzCore/Memory/SystemAllocator.h>
#include <AzCore/Component/Component.h>
#include <AzCore/Component/Entity.h>
Classes | |
class | AzToolsFramework::Components::EditorComponentBase |
Namespaces | |
namespace | AZ |
Functions | |
DECLARE_EBUS_EXTERN_WITH_TRAITS (AzToolsFramework::Components::EditorComponentDescriptor, AZ::ComponentDescriptorBusTraits) | |
Header file for the editor component base class. Derive from this class to create a version of a component to use in the editor, as opposed to the version of the component that is used during run time.
To learn more about editor components, see the Editor Components documentation.