Search Results for

    Show / Hide Table of Contents

    Class InterfaceOptions.ValueFormattingType

    Options for formatting numerical values.

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

    Fields

    AutoUnit

    Format using a unit that matches the value best.

    Declaration
    public const InterfaceOptions.ValueFormattingType AutoUnit
    Field Value
    InterfaceOptions.ValueFormattingType

    BaseUnit

    Format using the base SI unit.

    Declaration
    public const InterfaceOptions.ValueFormattingType BaseUnit
    Field Value
    InterfaceOptions.ValueFormattingType

    None

    No formatting.

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

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat