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
|