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 : EnumFields
AutoUnit
Format using a unit that matches the value best.
Declaration
public const InterfaceOptions.ValueFormattingType AutoUnitField Value
| InterfaceOptions.ValueFormattingType 
 | 
BaseUnit
Format using the base SI unit.
Declaration
public const InterfaceOptions.ValueFormattingType BaseUnitField Value
| InterfaceOptions.ValueFormattingType 
 | 
None
No formatting.
Declaration
public const InterfaceOptions.ValueFormattingType NoneField Value
| InterfaceOptions.ValueFormattingType 
 | 
value__
Declaration
public int value__Field Value
| System.Int32 
 |