Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StatsFileType

The filetype of the exported stats file.

Index

Enumeration members

AUTO_DETECT

AUTO_DETECT: = 0

Detect the output type based on the file extension. *.json will always be {@see JSON_ROW}.

COMMA_SEPARATED_VALUE

COMMA_SEPARATED_VALUE: = 1

Export to a CSV file.

JSON_COLUMN

JSON_COLUMN: = 3

Export to a JSON file with the data separated by statistic.

JSON_ROW

JSON_ROW: = 2

Export to a JSON file with the data separated by timestep.