C# Class Framework.MinMaxRangeAttribute

Inheritance: PropertyAttribute
Show file Open project: BentouDev/Unity3DFramework

Public Properties

Property Type Description
MaxLimit float
MinLimit float
ShowDebugValues bool
ShowEditRange bool

Public Methods

Method Description
MinMaxRangeAttribute ( int min, int max ) : UnityEngine

Method Details

MinMaxRangeAttribute() public method

public MinMaxRangeAttribute ( int min, int max ) : UnityEngine
min int
max int
return UnityEngine

Property Details

MaxLimit public property

public float MaxLimit
return float

MinLimit public property

public float MinLimit
return float

ShowDebugValues public property

public bool ShowDebugValues
return bool

ShowEditRange public property

public bool ShowEditRange
return bool