Class ValueCategoryAttribute
Specifies the value category of a numeric value as either as-is (a scalar), a distance (formatted as cm/m/km) or an angle (formatted with a degree sign).
Inheritance
System.Object
ValueCategoryAttribute
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ValueCategoryAttribute : Attribute
Constructors
ValueCategoryAttribute(Utils.ValueCategory)
Initializes a new instance of the ValueCategoryAttribute class.
Declaration
public ValueCategoryAttribute(Utils.ValueCategory category)
Parameters
Utils.ValueCategory
category
The value category. |
Fields
Category
The value category used for formatting.
Declaration
public Utils.ValueCategory Category
Field Value
Utils.ValueCategory
|