Search Results for

    Show / Hide Table of Contents

    Class InterfaceOptions.TimestampsFormats

    The log timestamp modes.

    Inheritance
    System.Object
    InterfaceOptions.TimestampsFormats
    Namespace: FlaxEditor.Options
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class TimestampsFormats : Enum

    Fields

    LocalTime

    The local time format.

    Declaration
    public const InterfaceOptions.TimestampsFormats LocalTime
    Field Value
    InterfaceOptions.TimestampsFormats

    None

    No prefix.

    Declaration
    public const InterfaceOptions.TimestampsFormats None
    Field Value
    InterfaceOptions.TimestampsFormats

    TimeSinceStartup

    The time since startup (in seconds).

    Declaration
    public const InterfaceOptions.TimestampsFormats TimeSinceStartup
    Field Value
    InterfaceOptions.TimestampsFormats

    Utc

    The UTC time format.

    Declaration
    public const InterfaceOptions.TimestampsFormats Utc
    Field Value
    InterfaceOptions.TimestampsFormats

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • LocalTime
      • None
      • TimeSinceStartup
      • Utc
      • value__
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat