Class InspectorRangeAttribute
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
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 |