Class InspectorRangeAttribute
Inheritance
object
InspectorRangeAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public sealed class InspectorRangeAttribute : Attribute
Constructors
InspectorRangeAttribute(float, float)
Declaration
public InspectorRangeAttribute(float min, float max)
Parameters
| Type | Name | Description |
|---|---|---|
| float | min | |
| float | max |
Properties
max
Declaration
public float max { get; }
Property Value
| Type | Description |
|---|---|
| float |
min
Declaration
public float min { get; }
Property Value
| Type | Description |
|---|---|
| float |