Skip to content

exporttype

eisclimber edited this page Apr 4, 2026 · 1 revision

ExportType

Enum in DataGatherer

Inherits from System.Enum

Summary

How data is exported.

public enum ExportType
{
    Local,
    Http,
    Both
}

Members

Name Description
Both Write both the file to disk and sent via http.
Http Send data via http.
Local Write data to disk.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally