Inherits AZ::Data::AssetData.
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
static constexpr const char * | DefaultMainSpawnableName = "Root" |
|
static constexpr const char * | FileExtension = "spawnable" |
|
static constexpr const char * | DotFileExtension = ".spawnable" |
|
◆ EntityAliasType
Enumerator |
---|
Original | The original entity is spawned.
|
Disable | No entity will be spawned.
|
Replace | The entity alias is spawned instead of the original.
|
Additional | The original entity is spawned as well as the alias. The alias will get a new entity id.
|
Merge | The original entity is spawned and the components of the alias are added. The caller is responsible for maintaining a valid component list.
|
The documentation for this class was generated from the following file:
- Code/Framework/AzFramework/AzFramework/Spawnable/Spawnable.h