Struct FloatRange
Used to display a float value that should be between two values with a slider
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity
Assembly: Unity.Pixyz.Plugin4Unity.Utilities.Editor.dll
Syntax
public struct FloatRange
Fields
Name | Description |
---|---|
max | The maximum value |
min | The minimum value |
value | The value edited by the user |
Operators
Name | Description |
---|---|
implicit operator FloatRange(float) | Returns a range from a float value |