Table of Contents

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

min float
max float

Properties

Max

public float Max { get; }

Property Value

float

Min

public float Min { get; }

Property Value

float