Open 3D Engine LmbrCentral Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
LmbrCentral::RandomTimedSpawnerConfiguration Class Reference

#include <RandomTimedSpawnerComponent.h>

Inherited by LmbrCentral::EditorRandomTimedSpawnerConfiguration.

Public Member Functions

 AZ_TYPE_INFO (RandomTimedSpawnerConfiguration, "4133644F-FADA-4C82-A2A2-B587B20E81FA")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

bool m_enabled = true
 
AZ::RandomDistributionType m_randomDistribution = AZ::RandomDistributionType::UniformReal
 
double m_spawnDelay = 5.0
 
double m_spawnDelayVariation = 0.0
 

Detailed Description

Configuration for the RandomTimedSpawnerComponent


The documentation for this class was generated from the following file: