Enum FloatRepresentation
Defines the possible float property representations
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum FloatRepresentation
Remarks
Each float property has a representation hint that can help creating more useful user interfaces.
Fields
| Name | Description |
|---|---|
| Linear | Suggest a slider with linear mapping to edit the value |
| Logarithmic | Suggest a slider with logarithmic mapping to edit the value |
| PureNumber | Suggest displaying a number to edit |


