Open 3D Engine (O3DE), the successor to Lumberyard, is now available in Developer Preview. Download O3DE or visit the AWS Game Tech blog to learn more. |
Header file for the class that represents a component-based Lumberyard application. More...
Classes |
|
class | AZ::ComponentApplication |
A class that you use directly or as a base class to create a component-based Lumberyard application.
More...
|
|
struct | AZ::ComponentApplication::Descriptor |
Configures the component application.
More...
|
|
class | AZ::ComponentApplication::Descriptor::DynamicModuleDescriptor |
Describes a dynamic module that the application uses.
More...
|
|
struct | AZ::ComponentApplication::StartupParameters |
The component application settings.
More...
|
|
Namespaces |
|
AZ | |
AZ::Debug | |
Detailed Description
Header file for the class that represents a component-based Lumberyard application.
For information about Lumberyard's component entity system, see Working with Component Entities in the Lumberyard User Guide .