C# Class MinMaxSlider.MinMaxSliderAttribute

Inheritance: PropertyAttribute
ファイルを表示 Open project: Buffes/Ecosystem

Public Properties

Property Type Description
max float
min float

Public Methods

Method Description
MinMaxSliderAttribute ( float min, float max ) : UnityEngine

Method Details

MinMaxSliderAttribute() public method

public MinMaxSliderAttribute ( float min, float max ) : UnityEngine
min float
max float
return UnityEngine

Property Details

max public_oe property

public float max
return float

min public_oe property

public float min
return float