Class RangeAttribute
Inheritance
RangeAttribute
Assembly: UnityEngine.dll
Syntax
[AttributeUsage(AttributeTargets.Field, Inherited = true, AllowMultiple = false)]
public sealed class RangeAttribute : PropertyAttribute, _Attribute
Constructors
|
Improve this Doc
View Source
RangeAttribute(Single, Single)
Declaration
public RangeAttribute(float min, float max)
Parameters
Fields
|
Improve this Doc
View Source
max
Declaration
public readonly float max
Field Value
|
Improve this Doc
View Source
min
Declaration
public readonly float min
Field Value
Implements
Extension Methods