Show / Hide Table of Contents

Enum TimeFormat

Enum specifying the time format. Currently supported are LONG (timestamp), FLOAT (seconds), STRING (DateTime string).

Namespace: IMLD.MixedRealityAnalysis.Core
Assembly: Assembly-CSharp.dll
Syntax
public enum TimeFormat

Fields

Name Description
FLOAT

Time in seconds

LONG

A timestamp

STRING

DateTime compatible string

In This Article
Back to top Generated by DocFX