ClampValueAttribute.

ClampValueAttribute(float, float) Constructor

Summary

Creates a new InspectorGadgets.Attributes.ClampValueAttribute with the specified range.

Syntax

public ClampValueAttribute(float min, float max)

Parameters

Name Type Description
min float
max float

Return Value

Type Description
void