Struct Range
Used to display a value that should be between 0 and 100 with a slider
Inherited Members
Namespace: UnityEditor.PixyzPlugin4Unity
Assembly: Unity.Pixyz.Plugin4Unity.Utilities.Editor.dll
Syntax
public struct Range
Fields
Name | Description |
---|---|
value | The value edited by the user |
Operators
Name | Description |
---|---|
implicit operator Range(int) | Returns a range from an int value |
implicit operator int(Range) | Returns the value of this range as a int |