Class MinMaxRangeAttribute
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class MinMaxRangeAttribute : Attribute
- Inheritance
-
MinMaxRangeAttribute
- Inherited Members
Constructors
MinMaxRangeAttribute(float, float)
public MinMaxRangeAttribute(float min, float max)
Parameters
Properties
Max
public float Max { get; }
Property Value
Min
public float Min { get; }