LoadOperator Namespace Reference

Classes

class  LoadOperator
 Load Generator operator properties for Script Engine. Read the documentation for more info. More...
 

Enumerations

enum  LoadFrequency {
  EveryFrame = 1 , Random10 = 10 , Random100 = 100 , Random500 = 500 ,
  Random1000 = 1000
}
 

Enumeration Type Documentation

◆ LoadFrequency

Enumerator
EveryFrame 

Every frame.

Random10 10 

Random, 10% probability.

Random100 100 

Random, 1% probability.

Random500 500 

Random, 0.2% probability.

Random1000 1000 

Random, 0.1% probability.