TimeStone.

TimeStone.TimeTickOrigin Enum

Summary

The origin of the time data persisted
Namespace
RedGirafeGames.Agamotto.Scripts.Runtime
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["TimeStone.TimeTickOrigin"] class Type type-node

Syntax

public enum TimeStone.TimeTickOrigin

Fields

Name Constant Value Summary
Record 0
Time data has been created during recording
static
Simulation 1
Time data has been created during a simulation
static