Table of Contents

Constructor MinMaxRangeAttribute

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

MinMaxRangeAttribute(float, float)

Initializes a new instance with the specified float range.

public MinMaxRangeAttribute(float min, float max)

Parameters

min float

The minimum value of the range.

max float

The maximum value of the range.

MinMaxRangeAttribute(int, int)

Initializes a new instance with the specified integer range.

public MinMaxRangeAttribute(int min, int max)

Parameters

min int

The minimum value of the range.

max int

The maximum value of the range.